diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-n8x0.c')
-rw-r--r-- | arch/arm/mach-omap2/board-n8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index 7a93bd5b24c5..8fd226989b25 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -488,7 +488,7 @@ static struct omap_mmc_platform_data mmc1_data = { | |||
488 | .max_freq = 24000000, | 488 | .max_freq = 24000000, |
489 | .dma_mask = 0xffffffff, | 489 | .dma_mask = 0xffffffff, |
490 | .slots[0] = { | 490 | .slots[0] = { |
491 | .caps = MMC_CAP_4_BIT_DATA, | 491 | .wires = 4, |
492 | .set_power = n8x0_mmc_set_power, | 492 | .set_power = n8x0_mmc_set_power, |
493 | .set_bus_mode = n8x0_mmc_set_bus_mode, | 493 | .set_bus_mode = n8x0_mmc_set_bus_mode, |
494 | .get_cover_state = n8x0_mmc_get_cover_state, | 494 | .get_cover_state = n8x0_mmc_get_cover_state, |