dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Grazvydas Ignotas 2010-02-12 23:57:02 +02:00 committed by Anton Vorontsov
parent 97f70c23a1
commit ba96f8717e
1 changed files with 0 additions and 4 deletions

View File

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