Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e3318fb40092fecbf5069e7a5daa0040a427d1b4
Commit:     e3318fb40092fecbf5069e7a5daa0040a427d1b4
Parent:     7bbb3cc5c816fc167601ce9519adae5eced3ea6d
Author:     Tony Lindgren <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 16:32:54 2007 -0700
Committer:  Tony Lindgren <[EMAIL PROTECTED]>
CommitDate: Thu May 10 16:32:54 2007 -0700

    ARM: OMAP: Fix section mismatch warning
    
    Fix section mismatch warning
    
    Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]>
---
 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 ad51939..48c8c91 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 = {
        .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 },
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to