diff mbox series

[5/5,v2] power: supply: ab8500: Drop unused member

Message ID 20210522225043.1004103-5-linus.walleij@linaro.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [1/5,v2] power: supply: ab8500: Move to componentized binding | expand

Commit Message

Linus Walleij May 22, 2021, 10:50 p.m. UTC
This setting is read directly from the device tree in
the ab8500_charger.c code.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ChangeLog v1->v2:
- Rebase on v5.13-rc1
---
 drivers/power/supply/ab8500-bm.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/power/supply/ab8500-bm.h b/drivers/power/supply/ab8500-bm.h
index 871bdc1f5cbd..0c940571e5b0 100644
--- a/drivers/power/supply/ab8500-bm.h
+++ b/drivers/power/supply/ab8500-bm.h
@@ -506,7 +506,6 @@  struct abx500_bm_data {
 	int usb_safety_tmr_h;
 	int bkup_bat_v;
 	int bkup_bat_i;
-	bool autopower_cfg;
 	bool no_maintenance;
 	bool capacity_scaling;
 	bool chg_unknown_bat;