summaryrefslogtreecommitdiff
path: root/drivers/power/supply/ab8500-bm.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-07-13 17:27:06 +0200
committerSebastian Reichel <sebastian.reichel@collabora.com>2021-07-16 15:14:30 +0200
commitc5b64a990e7f3b0e3d9bf266b57384467fe382de (patch)
tree33337a4861bfc1c1fde4a1e8c88f3c105d5822ce /drivers/power/supply/ab8500-bm.h
parentf820547446ed05edee2944ebe19ea6a3104434f4 (diff)
downloadlwn-c5b64a990e7f3b0e3d9bf266b57384467fe382de.tar.gz
lwn-c5b64a990e7f3b0e3d9bf266b57384467fe382de.zip
power: supply: ab8500: Rename charging algorithm symbols
The "abx500" name on the charging algorithm stems from the ambition to produce a series of these analog basebands, re-using the same charging algorithm driver. No ASICs beside AB8500 and AB8505 were ever produced so this terminology is confusing. Rename the algorithm file and symbols to reflect the more narrow scope. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/ab8500-bm.h')
-rw-r--r--drivers/power/supply/ab8500-bm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/ab8500-bm.h b/drivers/power/supply/ab8500-bm.h
index 0c940571e5b0..4e417fbae60c 100644
--- a/drivers/power/supply/ab8500-bm.h
+++ b/drivers/power/supply/ab8500-bm.h
@@ -729,6 +729,6 @@ int ab8500_bm_of_probe(struct device *dev,
extern struct platform_driver ab8500_fg_driver;
extern struct platform_driver ab8500_btemp_driver;
-extern struct platform_driver abx500_chargalg_driver;
+extern struct platform_driver ab8500_chargalg_driver;
#endif /* _AB8500_CHARGER_H_ */