diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-12 16:10:03 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-12 16:10:24 +0100 |
commit | 25f4a81ef51b7c279786f5b81fe6d89510f46d99 (patch) | |
tree | c8054ad0b03ce5355477ef2645fa2c9ddd6ed643 /arch/arm/mach-omap1/board-h2.c | |
parent | 487194a19d2069bfcc9791c3ab2204bed59b136a (diff) | |
parent | e3318fb40092fecbf5069e7a5daa0040a427d1b4 (diff) |
Merge branch 'omap-fixes' into fixes
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 ad519390dd5..48c8c9195dc 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 }, |