summaryrefslogtreecommitdiff
path: root/drivers/mmc/sh_mmcif.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/sh_mmcif.h')
-rw-r--r--drivers/mmc/sh_mmcif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/sh_mmcif.h b/drivers/mmc/sh_mmcif.h
index 2f65f9d264..445465ec48 100644
--- a/drivers/mmc/sh_mmcif.h
+++ b/drivers/mmc/sh_mmcif.h
@@ -196,7 +196,7 @@ struct sh_mmcif_regs {
#define SOFT_RST_OFF (0 << 31)
#define CLKDEV_EMMC_DATA 52000000 /* 52MHz */
-#ifdef CONFIG_RMOBILE
+#ifdef CONFIG_ARCH_RMOBILE
#define MMC_CLK_DIV_MIN(clk) (clk / (1 << 9))
#define MMC_CLK_DIV_MAX(clk) (clk / (1 << 1))
#else