aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/menelaus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/menelaus.h')
-rw-r--r--include/linux/mfd/menelaus.h6
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);
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