aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/abx500/ux500_chargalg.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-02-13 06:39:19 -0500
committerLee Jones <lee.jones@linaro.org>2013-03-06 23:35:40 -0500
commit8891716e24d7b0f4b1c3b4fdff641bcb1fb282c4 (patch)
tree4f5fbc4035d59faab6d6defee2e6f51f2bde021b /include/linux/mfd/abx500/ux500_chargalg.h
parent789ca7b46877f29b2aaa94401319c50be35b184f (diff)
ab8500-bm: Charge only mode fixes for the ab9540
Fix for charging not getting enabled in charge only mode by external charger. Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/abx500/ux500_chargalg.h')
-rw-r--r--include/linux/mfd/abx500/ux500_chargalg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/abx500/ux500_chargalg.h b/include/linux/mfd/abx500/ux500_chargalg.h
index 110d12f09548..fa831f1e8cf8 100644
--- a/include/linux/mfd/abx500/ux500_chargalg.h
+++ b/include/linux/mfd/abx500/ux500_chargalg.h
@@ -41,4 +41,6 @@ struct ux500_charger {
41 bool external; 41 bool external;
42}; 42};
43 43
44extern struct blocking_notifier_head charger_notifier_list;
45
44#endif 46#endif