]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm/at91: fix build of stamp9g20
authorOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 21:27:38 +0000 (13:27 -0800)
committerOlof Johansson <olof@lixom.net>
Wed, 21 Dec 2011 21:57:43 +0000 (13:57 -0800)
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>
arch/arm/mach-at91/board-stamp9g20.c

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