ARM: OMAP2+: use IS_ENABLED() instead of checking for built-in or module
[deliverable/linux.git] / arch / arm / mach-omap2 / hsmmc.c
index cff079e563f43d3fc3da85933ebe7361f7a17322..478097741bce42229872f224e1e31378428db0d4 100644 (file)
@@ -26,7 +26,7 @@
 #include "hsmmc.h"
 #include "control.h"
 
-#if defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE)
+#if IS_ENABLED(CONFIG_MMC_OMAP_HS)
 
 static u16 control_pbias_offset;
 static u16 control_devconf1_offset;
This page took 0.043696 seconds and 5 git commands to generate.