diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2010-02-12 23:57:02 +0200 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-02-16 21:26:37 +0300 |
commit | ba96f8717e77f1ef68c160f6e9a454b3ce2c045b (patch) | |
tree | 44709fe21ea2a555a1023fc0883f1e33109ddc18 /drivers/power | |
parent | 97f70c23a1fa1bffe79187563dc5c6f2c72420a2 (diff) | |
download | linux-next-ba96f8717e77f1ef68c160f6e9a454b3ce2c045b.tar.gz |
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 { 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; |