diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2010-02-12 16:57:02 -0500 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-02-16 13:26:37 -0500 |
commit | ba96f8717e77f1ef68c160f6e9a454b3ce2c045b (patch) | |
tree | 44709fe21ea2a555a1023fc0883f1e33109ddc18 /drivers/power | |
parent | 97f70c23a1fa1bffe79187563dc5c6f2c72420a2 (diff) |
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>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/bq27x00_battery.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/power/bq27x00_battery.c b/drivers/power/bq27x00_battery.c index 537915cc491e..3ae3e08a1f4c 100644 --- a/drivers/power/bq27x00_battery.c +++ b/drivers/power/bq27x00_battery.c | |||
@@ -49,10 +49,6 @@ struct bq27x00_access_methods { | |||
49 | struct bq27x00_device_info { | 49 | struct bq27x00_device_info { |
50 | struct device *dev; | 50 | struct device *dev; |
51 | int id; | 51 | int id; |
52 | int voltage_uV; | ||
53 | int current_uA; | ||
54 | int temp_C; | ||
55 | int charge_rsoc; | ||
56 | struct bq27x00_access_methods *bus; | 52 | struct bq27x00_access_methods *bus; |
57 | struct power_supply bat; | 53 | struct power_supply bat; |
58 | 54 | ||