projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9838309
)
arm/at91: fix build of stamp9g20
author
Olof Johansson
<olof@lixom.net>
Tue, 20 Dec 2011 21:27:38 +0000
(13:27 -0800)
committer
Olof 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-at91/board-stamp9g20.c
b/arch/arm/mach-at91/board-stamp9g20.c
index e8d3d5b8824481097e6ba0f94068d3c1ec4530fd..72eb3b4d9ab6f800b9edc49c38a17defb0b61897 100644
(file)
--- 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)
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