* [PATCH] ARM: OMAP: Update recent gpio-keys changes in apollon board
@ 2007-05-15 4:52 Kyungmin Park
2007-05-16 17:52 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2007-05-15 4:52 UTC (permalink / raw)
To: linux-omap-open-source
[PATCH] ARM: OMAP: Update recent gpio-keys changes in apollon board
- Also fix section mismatch: reference to .init.text: from .text in apollon
board
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
diff --git a/arch/arm/mach-omap2/board-apollon-keys.c
b/arch/arm/mach-omap2/board-apollon-keys.c
index 6cd29ec..8cd2e52 100644
--- a/arch/arm/mach-omap2/board-apollon-keys.c
+++ b/arch/arm/mach-omap2/board-apollon-keys.c
@@ -24,17 +24,17 @@
static struct gpio_keys_button apollon_gpio_keys_buttons[] = {
[0] = {
- .keycode = KEY_ENTER,
+ .code = KEY_ENTER,
.gpio = SW_ENTER_GPIO16,
.desc = "enter sw",
},
[1] = {
- .keycode = KEY_UP,
+ .code = KEY_UP,
.gpio = SW_UP_GPIO17,
.desc = "up sw",
},
[2] = {
- .keycode = KEY_DOWN,
+ .code = KEY_DOWN,
.gpio = SW_DOWN_GPIO58,
.desc = "down sw",
},
diff --git a/arch/arm/mach-omap2/board-apollon.c
b/arch/arm/mach-omap2/board-apollon.c
index 9e6dd0b..60adb62 100644
--- a/arch/arm/mach-omap2/board-apollon.c
+++ b/arch/arm/mach-omap2/board-apollon.c
@@ -270,7 +270,7 @@ static struct omap_lcd_config apollon_lcd_config __initdata
= {
.ctrl_name = "internal",
};
-static struct omap_board_config_kernel apollon_config[] = {
+static struct omap_board_config_kernel apollon_config[] __initdata = {
{ OMAP_TAG_UART, &apollon_uart_config },
{ OMAP_TAG_MMC, &apollon_mmc_config },
{ OMAP_TAG_USB, &apollon_usb_config },
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP: Update recent gpio-keys changes in apollon board
2007-05-15 4:52 [PATCH] ARM: OMAP: Update recent gpio-keys changes in apollon board Kyungmin Park
@ 2007-05-16 17:52 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-05-16 17:52 UTC (permalink / raw)
To: Kyungmin Park; +Cc: linux-omap-open-source
* Kyungmin Park <kmpark@infradead.org> [070514 21:58]:
> [PATCH] ARM: OMAP: Update recent gpio-keys changes in apollon board
>
> - Also fix section mismatch: reference to .init.text: from .text in apollon
> board
Pushing today.
> --- a/arch/arm/mach-omap2/board-apollon.c
> +++ b/arch/arm/mach-omap2/board-apollon.c
> @@ -270,7 +270,7 @@ static struct omap_lcd_config apollon_lcd_config __initdata
> = {
> .ctrl_name = "internal",
> };
Next time, can you please try the Outlook trick Khasim posted few weeks
ago to this mailing list to avoid wrapping of the patches?
Regards,
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-16 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 4:52 [PATCH] ARM: OMAP: Update recent gpio-keys changes in apollon board Kyungmin Park
2007-05-16 17:52 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox