projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bbb3cc
)
ARM: OMAP: Fix section mismatch warning
author
Tony Lindgren
<tony@atomide.com>
Thu, 10 May 2007 23:32:54 +0000
(16:32 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 10 May 2007 23:32:54 +0000
(16:32 -0700)
Fix section mismatch warning
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-h2.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap1/board-h2.c
b/arch/arm/mach-omap1/board-h2.c
index ad519390dd586499c23d2774c6fa8e433c4ee4dc..48c8c9195dc3ed339ac26f403f48c59a86fc7733 100644
(file)
--- a/
arch/arm/mach-omap1/board-h2.c
+++ b/
arch/arm/mach-omap1/board-h2.c
@@
-326,7
+326,7
@@
static struct omap_lcd_config h2_lcd_config __initdata = {
.ctrl_name = "internal",
};
-static struct omap_board_config_kernel h2_config[] = {
+static struct omap_board_config_kernel h2_config[]
__initdata
= {
{ OMAP_TAG_USB, &h2_usb_config },
{ OMAP_TAG_MMC, &h2_mmc_config },
{ OMAP_TAG_UART, &h2_uart_config },