summaryrefslogtreecommitdiff
path: root/include/linux/mfd/abx500/ab5500-bm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/abx500/ab5500-bm.h')
-rw-r--r--include/linux/mfd/abx500/ab5500-bm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/abx500/ab5500-bm.h b/include/linux/mfd/abx500/ab5500-bm.h
index f62137a6e9d..cfad11c530c 100644
--- a/include/linux/mfd/abx500/ab5500-bm.h
+++ b/include/linux/mfd/abx500/ab5500-bm.h
@@ -99,13 +99,9 @@
#define BATTERY_UNKNOWN 0
#ifdef CONFIG_AB5500_BM
-void ab5500_charger_usb_state_changed(u8 bm_usb_state, u16 mA);
struct ab5500_btemp *ab5500_btemp_get(void);
int ab5500_btemp_get_batctrl_temp(struct ab5500_btemp *btemp);
#else
-static void ab5500_charger_usb_state_changed(u8 bm_usb_state, u16 mA)
-{
-}
static inline struct ab5500_btemp *ab5500_btemp_get(void)
{
return 0;