aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/mmc.h')
-rw-r--r--arch/arm/mach-omap1/mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mmc.h b/arch/arm/mach-omap1/mmc.h
index 39c2b13de884..d7b46880e4ca 100644
--- a/arch/arm/mach-omap1/mmc.h
+++ b/arch/arm/mach-omap1/mmc.h
@@ -7,7 +7,7 @@
#define OMAP1_MMC1_BASE 0xfffb7800
#define OMAP1_MMC2_BASE 0xfffb7c00 /* omap16xx only */
-#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE)
+#if IS_ENABLED(CONFIG_MMC_OMAP)
void omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,
int nr_controllers);
#else