diff options
-rw-r--r-- | arch/arm/mach-at91/board-stamp9g20.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-stamp9g20.c b/arch/arm/mach-at91/board-stamp9g20.c index e8d3d5b88244..72eb3b4d9ab6 100644 --- a/arch/arm/mach-at91/board-stamp9g20.c +++ b/arch/arm/mach-at91/board-stamp9g20.c | |||
@@ -123,8 +123,8 @@ static void __init add_device_nand(void) | |||
123 | static struct mci_platform_data __initdata mmc_data = { | 123 | static struct mci_platform_data __initdata mmc_data = { |
124 | .slot[0] = { | 124 | .slot[0] = { |
125 | .bus_width = 4, | 125 | .bus_width = 4, |
126 | .detect_pin = -1; | 126 | .detect_pin = -1, |
127 | .wp_pin = -1; | 127 | .wp_pin = -1, |
128 | }, | 128 | }, |
129 | }; | 129 | }; |
130 | #else | 130 | #else |