summaryrefslogtreecommitdiffstats
path: root/drivers/power/ab8500_fg.c
diff options
context:
space:
mode:
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>2015-01-01 18:04:52 +0100
committerSebastian Reichel <sre@kernel.org>2015-01-21 14:06:48 +0100
commit85cdf36e11557dc367c1361e4b7bb2c4619cae91 (patch)
tree579239a4e1fe6c368b838246b0ce0b891757d0c0 /drivers/power/ab8500_fg.c
parenta7c45b6c28ee65b148efc72c7b7afcd22a51e50b (diff)
downloadop-kernel-dev-85cdf36e11557dc367c1361e4b7bb2c4619cae91.zip
op-kernel-dev-85cdf36e11557dc367c1361e4b7bb2c4619cae91.tar.gz
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 'drivers/power/ab8500_fg.c')
-rw-r--r--drivers/power/ab8500_fg.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c
index 69b80bc..c908658 100644
--- a/drivers/power/ab8500_fg.c
+++ b/drivers/power/ab8500_fg.c
@@ -2435,20 +2435,6 @@ static void ab8500_fg_reinit_work(struct work_struct *work)
}
}
-/**
- * ab8500_fg_reinit() - forces FG algorithm to reinitialize with current values
- *
- * This function can be used to force the FG algorithm to recalculate a new
- * voltage based battery capacity.
- */
-void ab8500_fg_reinit(void)
-{
- struct ab8500_fg *di = ab8500_fg_get();
- /* User won't be notified if a null pointer returned. */
- if (di != NULL)
- queue_delayed_work(di->fg_wq, &di->fg_reinit_work, 0);
-}
-
/* Exposure to the sysfs interface */
struct ab8500_fg_sysfs_entry {
OpenPOWER on IntegriCloud