diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-05-29 01:59:52 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2021-06-03 19:01:40 +0200 |
commit | aa8c8bf64b6e11f846087301f033b0e5977b1342 (patch) | |
tree | 7ff871181cf9de2b1967d989dc465a78fc5086b8 /drivers/power/supply/Makefile | |
parent | power: supply: ab8500: Drop unnecessary NULL check after container_of (diff) | |
download | linux-aa8c8bf64b6e11f846087301f033b0e5977b1342.tar.xz linux-aa8c8bf64b6e11f846087301f033b0e5977b1342.zip |
power: supply: pm2301_charger: Delete driver
The PM2301 was only used in tandem with AB9540, part of U9540,
a platform that was cancelled and never deployed in products.
Delete it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/Makefile')
-rw-r--r-- | drivers/power/supply/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/Makefile b/drivers/power/supply/Makefile index a7309a3d1a47..16ebfaf6d55b 100644 --- a/drivers/power/supply/Makefile +++ b/drivers/power/supply/Makefile @@ -60,7 +60,7 @@ obj-$(CONFIG_BATTERY_TWL4030_MADC) += twl4030_madc_battery.o obj-$(CONFIG_CHARGER_88PM860X) += 88pm860x_charger.o obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o obj-$(CONFIG_BATTERY_RX51) += rx51_battery.o -obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_fg.o ab8500_btemp.o abx500_chargalg.o pm2301_charger.o +obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_fg.o ab8500_btemp.o abx500_chargalg.o obj-$(CONFIG_CHARGER_CPCAP) += cpcap-charger.o obj-$(CONFIG_CHARGER_ISP1704) += isp1704_charger.o obj-$(CONFIG_CHARGER_MAX8903) += max8903_charger.o |