From: Aaro Koskinen Date: Sat, 28 Mar 2015 20:45:35 +0000 (+0200) Subject: mfd: menelaus: Delete omap_has_menelaus X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5cdc7f02162aa8b980bd5d89e86fd94de0285ca3;p=linux-beck.git mfd: menelaus: Delete omap_has_menelaus Delete unused macro. Signed-off-by: Aaro Koskinen Signed-off-by: Lee Jones --- 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