aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2010-02-12 23:57:02 +0200
committerAnton Vorontsov <cbouatmailru@gmail.com>2010-02-16 21:26:37 +0300
commitba96f8717e77f1ef68c160f6e9a454b3ce2c045b (patch)
tree44709fe21ea2a555a1023fc0883f1e33109ddc18 /drivers/power
parentpower_supply: bq27x00: remove double endian swap (diff)
downloadlinux-dev-ba96f8717e77f1ef68c160f6e9a454b3ce2c045b.tar.xz
linux-dev-ba96f8717e77f1ef68c160f6e9a454b3ce2c045b.zip
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.c4
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;