projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e00ff0
)
mfd: menelaus: Delete omap_has_menelaus
author
Aaro Koskinen
<aaro.koskinen@iki.fi>
Sat, 28 Mar 2015 20:45:35 +0000
(22:45 +0200)
committer
Lee Jones
<lee.jones@linaro.org>
Mon, 30 Mar 2015 09:06:39 +0000
(10:06 +0100)
Delete unused macro.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/menelaus.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/mfd/menelaus.h
b/include/linux/mfd/menelaus.h
index f097e89134cbf5d36f04ea88a73f1dc570c2369b..a1e12bf393db1d91dcda2f513fadb3fcf13a9318 100644
(file)
--- a/
include/linux/mfd/menelaus.h
+++ b/
include/linux/mfd/menelaus.h
@@
-38,10
+38,4
@@
extern int menelaus_set_vcore_hw(unsigned int roof_mV, unsigned int floor_mV);
extern int menelaus_set_regulator_sleep(int enable, u32 val);
-#if defined(CONFIG_ARCH_OMAP2) && defined(CONFIG_MENELAUS)
-#define omap_has_menelaus() 1
-#else
-#define omap_has_menelaus() 0
-#endif
-
#endif