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>
This commit is contained in:
Lee Jones
2013-02-13 11:39:19 +00:00
parent 789ca7b468
commit 8891716e24
4 changed files with 65 additions and 0 deletions

View File

@@ -41,4 +41,6 @@ struct ux500_charger {
bool external;
};
extern struct blocking_notifier_head charger_notifier_list;
#endif