Skip to content

Commit 68b6cf4

Browse files
Dr. David Alan Gilbertsre
authored andcommitted
power: supply: Remove unused set_charged method
The previous patches in this series removed the only caller and only setter of this method. Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Link: https://lore.kernel.org/r/20250307230225.128775-4-linux@treblig.org Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 172b7d7 commit 68b6cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/power_supply.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ struct power_supply_desc {
274274
int (*property_is_writeable)(struct power_supply *psy,
275275
enum power_supply_property psp);
276276
void (*external_power_changed)(struct power_supply *psy);
277-
void (*set_charged)(struct power_supply *psy);
278277

279278
/*
280279
* Set if thermal zone should not be created for this power supply.

0 commit comments

Comments
 (0)