Commit ef1f6783 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Sebastian Reichel
Browse files

power: supply: bd99954: remove unused struct 'battery_data'



'battery_data' is unused since the original
commit 0902f836 ("power: supply: Support ROHM bd99954 charger").

Remove it.

Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Acked-by: default avatarMatti Vaittinen <mazziesaccount@gmail.com>
Link: https://lore.kernel.org/r/20240528000634.196707-2-linux@treblig.org


Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 8179b068
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -70,13 +70,6 @@

#include "bd99954-charger.h"

struct battery_data {
	u16 precharge_current;	/* Trickle-charge Current */
	u16 fc_reg_voltage;	/* Fast Charging Regulation Voltage */
	u16 voltage_min;
	u16 voltage_max;
};

/* Initial field values, converted to initial register values */
struct bd9995x_init_data {
	u16 vsysreg_set;	/* VSYS Regulation Setting */