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

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.orgSigned-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 8179b068
......@@ -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 */
......
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