Skip to content

Commit ef1f678

Browse files
Dr. David Alan Gilbertsre
authored andcommitted
power: supply: bd99954: remove unused struct 'battery_data'
'battery_data' is unused since the original commit 0902f83 ("power: supply: Support ROHM bd99954 charger"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Acked-by: Matti Vaittinen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 8179b06 commit ef1f678

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/power/supply/bd99954-charger.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@
7070

7171
#include "bd99954-charger.h"
7272

73-
struct battery_data {
74-
u16 precharge_current; /* Trickle-charge Current */
75-
u16 fc_reg_voltage; /* Fast Charging Regulation Voltage */
76-
u16 voltage_min;
77-
u16 voltage_max;
78-
};
79-
8073
/* Initial field values, converted to initial register values */
8174
struct bd9995x_init_data {
8275
u16 vsysreg_set; /* VSYS Regulation Setting */

0 commit comments

Comments
 (0)