diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2015-03-28 16:45:35 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-30 05:06:39 -0400 |
commit | 5cdc7f02162aa8b980bd5d89e86fd94de0285ca3 (patch) | |
tree | 2266bc918770748434ae49bb86a2a7b91569584c /include/linux/mfd | |
parent | 6e00ff079354ee72fe95cb61a3993962074a2592 (diff) |
mfd: menelaus: Delete omap_has_menelaus
Delete unused macro.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/menelaus.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mfd/menelaus.h b/include/linux/mfd/menelaus.h index f097e89134cb..a1e12bf393db 100644 --- 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); | |||
38 | 38 | ||
39 | extern int menelaus_set_regulator_sleep(int enable, u32 val); | 39 | extern int menelaus_set_regulator_sleep(int enable, u32 val); |
40 | 40 | ||
41 | #if defined(CONFIG_ARCH_OMAP2) && defined(CONFIG_MENELAUS) | ||
42 | #define omap_has_menelaus() 1 | ||
43 | #else | ||
44 | #define omap_has_menelaus() 0 | ||
45 | #endif | ||
46 | |||
47 | #endif | 41 | #endif |