diff options
Diffstat (limited to 'arch/arm/mach-at91/board-ek.c')
-rw-r--r-- | arch/arm/mach-at91/board-ek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/board-ek.c b/arch/arm/mach-at91/board-ek.c index 0f589dd7d1a9..322fdd75a1e4 100644 --- a/arch/arm/mach-at91/board-ek.c +++ b/arch/arm/mach-at91/board-ek.c | |||
@@ -154,7 +154,7 @@ static void __init ek_board_init(void) | |||
154 | #else | 154 | #else |
155 | /* MMC */ | 155 | /* MMC */ |
156 | at91_set_gpio_output(AT91_PIN_PB22, 1); /* this MMC card slot can optionally use SPI signaling (CS3). */ | 156 | at91_set_gpio_output(AT91_PIN_PB22, 1); /* this MMC card slot can optionally use SPI signaling (CS3). */ |
157 | at91_add_device_mmc(&ek_mmc_data); | 157 | at91_add_device_mmc(0, &ek_mmc_data); |
158 | #endif | 158 | #endif |
159 | /* NOR Flash */ | 159 | /* NOR Flash */ |
160 | platform_device_register(&ek_flash); | 160 | platform_device_register(&ek_flash); |