Commit a5dd84f3 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Sebastian Reichel

power: supply: ab8500: remove unused struct 'inst_curr_result_list'

'inst_curr_result_list' is unused since the original
commit 13151631 ("ab8500-fg: A8500 fuel gauge driver").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240528000634.196707-3-linux@treblig.orgSigned-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent ef1f6783
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment