mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
power: supply: bd99954: remove unused struct 'battery_data'
'battery_data' is unused since the original
commit 0902f83664
("power: supply: Support ROHM bd99954 charger").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://lore.kernel.org/r/20240528000634.196707-2-linux@treblig.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
8179b068d5
commit
ef1f6783fe
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user