Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0363e3da authored by Olof Johansson's avatar Olof Johansson
Browse files

arm/at91: fix build of stamp9g20



Fixes build:

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

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 9838309b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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