git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67a939
)
ARM: OMAP: Fix section mismatch in board-h4.c
author
Dirk Behme
<dirk.behme@googlemail.com>
Sat, 19 May 2007 15:11:02 +0000
(17:11 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 25 May 2007 00:29:12 +0000
(17:29 -0700)
Fix section mismatch in board-h4.c
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-h4.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-h4.c
b/arch/arm/mach-omap2/board-h4.c
index
aa5b657
..
c4ca225
100644
(file)
--- a/
arch/arm/mach-omap2/board-h4.c
+++ b/
arch/arm/mach-omap2/board-h4.c
@@
-418,7
+418,7
@@
static struct omap_usb_config h4_usb_config __initdata = {
#endif
};
-static struct omap_board_config_kernel h4_config[] = {
+static struct omap_board_config_kernel h4_config[]
__initdata
= {
{ OMAP_TAG_UART, &h4_uart_config },
{ OMAP_TAG_MMC, &h4_mmc_config },
{ OMAP_TAG_LCD, &h4_lcd_config },