Skip to content

Commit a5dd84f

Browse files
Dr. David Alan Gilbertsre
authored andcommitted
power: supply: ab8500: remove unused struct 'inst_curr_result_list'
'inst_curr_result_list' is unused since the original commit 1315163 ("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>
1 parent ef1f678 commit a5dd84f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/power/supply/ab8500_fg.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ struct ab8500_fg_flags {
149149
bool batt_id_received;
150150
};
151151

152-
struct inst_curr_result_list {
153-
struct list_head list;
154-
int *result;
155-
};
156-
157152
/**
158153
* struct ab8500_fg - ab8500 FG device information
159154
* @dev: Pointer to the structure device

0 commit comments

Comments
 (0)