Commit ba96f871 authored by Grazvydas Ignotas's avatar Grazvydas Ignotas Committed by Anton Vorontsov

power_supply: bq27x00: remove unused struct fields

These are probably leftover from old TI code.
Signed-off-by: default avatarGrazvydas Ignotas <notasas@gmail.com>
Acked-by: default avatarRodolfo Giometti <giometti@linux.it>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent 97f70c23
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment