diff options
| author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | 2015-01-01 12:04:52 -0500 |
|---|---|---|
| committer | Sebastian Reichel <sre@kernel.org> | 2015-01-21 08:06:48 -0500 |
| commit | 85cdf36e11557dc367c1361e4b7bb2c4619cae91 (patch) | |
| tree | 579239a4e1fe6c368b838246b0ce0b891757d0c0 /include/linux/mfd/abx500 | |
| parent | a7c45b6c28ee65b148efc72c7b7afcd22a51e50b (diff) | |
power: ab8500_fg.c: Remove unused function
Remove the function ab8500_fg_reinit() that is not used anywhere.
This was partially found by using a static code analysis program called cppcheck.
Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'include/linux/mfd/abx500')
| -rw-r--r-- | include/linux/mfd/abx500/ab8500-bm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/abx500/ab8500-bm.h b/include/linux/mfd/abx500/ab8500-bm.h index cc892a8d8d6e..12a5b396921e 100644 --- a/include/linux/mfd/abx500/ab8500-bm.h +++ b/include/linux/mfd/abx500/ab8500-bm.h | |||
| @@ -461,7 +461,6 @@ struct ab8500_fg; | |||
| 461 | #ifdef CONFIG_AB8500_BM | 461 | #ifdef CONFIG_AB8500_BM |
| 462 | extern struct abx500_bm_data ab8500_bm_data; | 462 | extern struct abx500_bm_data ab8500_bm_data; |
| 463 | 463 | ||
| 464 | void ab8500_fg_reinit(void); | ||
| 465 | void ab8500_charger_usb_state_changed(u8 bm_usb_state, u16 mA); | 464 | void ab8500_charger_usb_state_changed(u8 bm_usb_state, u16 mA); |
| 466 | struct ab8500_btemp *ab8500_btemp_get(void); | 465 | struct ab8500_btemp *ab8500_btemp_get(void); |
| 467 | int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp); | 466 | int ab8500_btemp_get_batctrl_temp(struct ab8500_btemp *btemp); |
