Browse Source

power_supply: bq27x00: remove unused struct fields

These are probably leftover from old TI code.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Acked-by: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Grazvydas Ignotas 15 years ago
parent
commit
ba96f8717e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/power/bq27x00_battery.c

+ 0 - 4
drivers/power/bq27x00_battery.c

@@ -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;