diff options
Diffstat (limited to 'drivers/power/ab8500_fg.c')
-rw-r--r-- | drivers/power/ab8500_fg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c index 41ccb70d4018..180c21ad6800 100644 --- a/drivers/power/ab8500_fg.c +++ b/drivers/power/ab8500_fg.c | |||
@@ -812,7 +812,7 @@ static int ab8500_fg_bat_voltage(struct ab8500_fg *di) | |||
812 | static int ab8500_fg_volt_to_capacity(struct ab8500_fg *di, int voltage) | 812 | static int ab8500_fg_volt_to_capacity(struct ab8500_fg *di, int voltage) |
813 | { | 813 | { |
814 | int i, tbl_size; | 814 | int i, tbl_size; |
815 | struct v_to_cap *tbl; | 815 | struct abx500_v_to_cap *tbl; |
816 | int cap = 0; | 816 | int cap = 0; |
817 | 817 | ||
818 | tbl = di->bat->bat_type[di->bat->batt_id].v_to_cap_tbl, | 818 | tbl = di->bat->bat_type[di->bat->batt_id].v_to_cap_tbl, |