summary refs log tree commit diff
path: root/drivers/power
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-05-23 00:50:43 +0200
committerSebastian Reichel <sre@kernel.org>2021-06-03 18:40:15 +0200
commit9c2b682610a25d36d07afcea939823da230b508b (patch)
tree9e934a0c404b40938510c6309bbfb946c0cb8e06 /drivers/power
parentf9184a228d7a60ad56b810d549a7debb355f1be6 (diff)
downloadlinux-9c2b682610a25d36d07afcea939823da230b508b.tar.gz
power: supply: ab8500: Drop unused member
This setting is read directly from the device tree in
the ab8500_charger.c code.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/ab8500-bm.h1
1 files changed, 0 insertions, 1 deletions
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;