Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba96f871 authored by Grazvydas Ignotas's avatar Grazvydas Ignotas Committed by Anton Vorontsov
Browse files

power_supply: bq27x00: remove unused struct fields



These are probably leftover from old TI code.

Signed-off-by: default avatarGrazvydas Ignotas <notasas@gmail.com>
Acked-by: default avatarRodolfo Giometti <giometti@linux.it>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent 97f70c23
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -49,10 +49,6 @@ struct bq27x00_access_methods {
struct bq27x00_device_info {
	struct device 		*dev;
	int			id;
	int			voltage_uV;
	int			current_uA;
	int			temp_C;
	int			charge_rsoc;
	struct bq27x00_access_methods	*bus;
	struct power_supply	bat;