arm/at91: fix build of stamp9g20

Fixes build:

arch/arm/mach-at91/board-stamp9g20.c:126: error: expected '}' before ';' token

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Olof Johansson 2011-12-20 13:27:38 -08:00
Родитель 9838309b33
Коммит 0363e3dae1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -123,8 +123,8 @@ static void __init add_device_nand(void)
static struct mci_platform_data __initdata mmc_data = { static struct mci_platform_data __initdata mmc_data = {
.slot[0] = { .slot[0] = {
.bus_width = 4, .bus_width = 4,
.detect_pin = -1; .detect_pin = -1,
.wp_pin = -1; .wp_pin = -1,
}, },
}; };
#else #else