projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f70c2
)
power_supply: bq27x00: remove unused struct fields
author
Grazvydas Ignotas
<notasas@gmail.com>
Fri, 12 Feb 2010 21:57:02 +0000
(23:57 +0200)
committer
Anton Vorontsov
<cbouatmailru@gmail.com>
Tue, 16 Feb 2010 18:26:37 +0000
(21:26 +0300)
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>
drivers/power/bq27x00_battery.c
patch
|
blob
|
history
diff --git
a/drivers/power/bq27x00_battery.c
b/drivers/power/bq27x00_battery.c
index 537915cc491e9e0100ccbf7f3b9cd95f1aed08c7..3ae3e08a1f4ce1f1cce3200170e618a931838b28 100644
(file)
--- 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;