diff options
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c index 02be420ebd1e..0365d2e2e730 100644 --- a/arch/arm/mach-shmobile/board-ape6evm.c +++ b/arch/arm/mach-shmobile/board-ape6evm.c | |||
@@ -162,6 +162,7 @@ static struct regulator_consumer_supply vcc_sdhi1_consumers[] = | |||
162 | /* MMCIF */ | 162 | /* MMCIF */ |
163 | static const struct sh_mmcif_plat_data mmcif0_pdata __initconst = { | 163 | static const struct sh_mmcif_plat_data mmcif0_pdata __initconst = { |
164 | .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, | 164 | .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, |
165 | .ccs_unsupported = true, | ||
165 | }; | 166 | }; |
166 | 167 | ||
167 | static const struct resource mmcif0_resources[] __initconst = { | 168 | static const struct resource mmcif0_resources[] __initconst = { |