diff options
author | Tony Lindgren <tony@atomide.com> | 2007-05-10 19:32:54 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-05-10 19:32:54 -0400 |
commit | e3318fb40092fecbf5069e7a5daa0040a427d1b4 (patch) | |
tree | 76c9d85c53911b8d220132c74011a36fcc10365f /arch/arm/mach-omap1/board-h2.c | |
parent | 7bbb3cc5c816fc167601ce9519adae5eced3ea6d (diff) |
ARM: OMAP: Fix section mismatch warning
Fix section mismatch warning
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index ad519390dd58..48c8c9195dc3 100644 --- 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 = { | |||
326 | .ctrl_name = "internal", | 326 | .ctrl_name = "internal", |
327 | }; | 327 | }; |
328 | 328 | ||
329 | static struct omap_board_config_kernel h2_config[] = { | 329 | static struct omap_board_config_kernel h2_config[] __initdata = { |
330 | { OMAP_TAG_USB, &h2_usb_config }, | 330 | { OMAP_TAG_USB, &h2_usb_config }, |
331 | { OMAP_TAG_MMC, &h2_mmc_config }, | 331 | { OMAP_TAG_MMC, &h2_mmc_config }, |
332 | { OMAP_TAG_UART, &h2_uart_config }, | 332 | { OMAP_TAG_UART, &h2_uart_config }, |