diff options
author | 2024-05-28 01:06:34 +0100 | |
---|---|---|
committer | 2024-06-03 01:29:46 +0200 | |
commit | a5dd84f3bde0252cb39a3ecebbe71d7c2b405194 (patch) | |
tree | c025023ae1a1297a19368072b7f2512a725059a4 | |
parent | power: supply: bd99954: remove unused struct 'battery_data' (diff) | |
download | wireguard-linux-a5dd84f3bde0252cb39a3ecebbe71d7c2b405194.tar.xz wireguard-linux-a5dd84f3bde0252cb39a3ecebbe71d7c2b405194.zip |
power: supply: ab8500: remove unused struct 'inst_curr_result_list'
'inst_curr_result_list' is unused since the original
commit 13151631b5bd ("ab8500-fg: A8500 fuel gauge driver").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240528000634.196707-3-linux@treblig.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/power/supply/ab8500_fg.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c index 2ccaf6116c09..270874eeb934 100644 --- a/drivers/power/supply/ab8500_fg.c +++ b/drivers/power/supply/ab8500_fg.c @@ -149,11 +149,6 @@ struct ab8500_fg_flags { bool batt_id_received; }; -struct inst_curr_result_list { - struct list_head list; - int *result; -}; - /** * struct ab8500_fg - ab8500 FG device information * @dev: Pointer to the structure device |