[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240528000634.196707-3-linux@treblig.org>
Date: Tue, 28 May 2024 01:06:34 +0100
From: linux@...blig.org
To: linus.walleij@...aro.org,
mazziesaccount@...il.com,
sre@...nel.org
Cc: linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH 2/2] power: supply: ab8500: remove unused struct 'inst_curr_result_list'
From: "Dr. David Alan Gilbert" <linux@...blig.org>
'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@...blig.org>
---
drivers/power/supply/ab8500_fg.c | 5 -----
1 file changed, 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
--
2.45.1
Powered by blists - more mailing lists