summaryrefslogtreecommitdiff
path: root/include/linux/mfd/abx500/ab5500-bm.h
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2011-09-06 09:26:47 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:00:00 +0200
commitd0581ae9f00986231647496a55c0ae7f0dcbbf1a (patch)
tree9737230d9c0018a19b721f541029d2c9b0834d2a /include/linux/mfd/abx500/ab5500-bm.h
parent9e88c12b8853e9d0db699e44f3befee0d6a181af (diff)
ab5500: move to separate header
Use new include/linux/mfd/abx500/ab5500.h instead of upstream include/linux/mfd/ab5500/ab5500.h file Change-Id: I11dd2a23323229096b6e0ee2d4dc68cab8919bff
Diffstat (limited to 'include/linux/mfd/abx500/ab5500-bm.h')
-rw-r--r--include/linux/mfd/abx500/ab5500-bm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/abx500/ab5500-bm.h b/include/linux/mfd/abx500/ab5500-bm.h
index 1bb22614b27..f62137a6e9d 100644
--- a/include/linux/mfd/abx500/ab5500-bm.h
+++ b/include/linux/mfd/abx500/ab5500-bm.h
@@ -106,11 +106,11 @@ int ab5500_btemp_get_batctrl_temp(struct ab5500_btemp *btemp);
static void ab5500_charger_usb_state_changed(u8 bm_usb_state, u16 mA)
{
}
-inline struct ab5500_btemp *ab5500_btemp_get(void)
+static inline struct ab5500_btemp *ab5500_btemp_get(void)
{
return 0;
}
-inline int ab5500_btemp_get_batctrl_temp(struct ab5500_btemp *btemp)
+static inline int ab5500_btemp_get_batctrl_temp(struct ab5500_btemp *btemp)
{
return 0;
}