diff options
author | Chris Lapa <chris@lapa.com.au> | 2017-01-11 12:44:39 +1100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-01-12 02:30:13 +0100 |
commit | 6da6e4bdd383d8efdf50da6d0933a16ad3a590f6 (patch) | |
tree | d333ed621f1c06fdec0825ce45090a152fcb6013 /include/linux/power | |
parent | 818e3012c2eac4885bf7278c5144a14186d742d2 (diff) | |
download | op-kernel-dev-6da6e4bdd383d8efdf50da6d0933a16ad3a590f6.zip op-kernel-dev-6da6e4bdd383d8efdf50da6d0933a16ad3a590f6.tar.gz |
power: supply: bq27xxx: rename BQ27510 allow for deprecation in future.
The BQ2751X definition exists only to satisfy backwards compatibility.
Signed-off-by: Chris Lapa <chris@lapa.com.au>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'include/linux/power')
-rw-r--r-- | include/linux/power/bq27xxx_battery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/power/bq27xxx_battery.h b/include/linux/power/bq27xxx_battery.h index 4c904d0..651f265 100644 --- a/include/linux/power/bq27xxx_battery.h +++ b/include/linux/power/bq27xxx_battery.h @@ -5,7 +5,7 @@ enum bq27xxx_chip { BQ27000 = 1, /* bq27000, bq27200 */ BQ27010, /* bq27010, bq27210 */ BQ2750X, /* bq27500 deprecated alias */ - BQ27510, /* bq27510, bq27520 */ + BQ2751X, /* bq27510, bq27520 deprecated alias */ BQ27530, /* bq27530, bq27531 */ BQ27541, /* bq27541, bq27542, bq27546, bq27742 */ BQ27545, /* bq27545 */ |