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 <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent ef1f678 commit a5dd84f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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)