ARM: OMAP4: Keyboard: Fix section mismatch in the board file
authorBjarne Steinsbo <bsteinsbo@gmail.com>
Fri, 30 Sep 2011 18:05:56 +0000 (11:05 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 3 Oct 2011 18:46:49 +0000 (11:46 -0700)
commita368f7764491a0116baff9963d22247d4d8f6f51
tree3abd244129dc4239fc53e3658acf93cb2edb2e29
parentb8e111a74d281b70e88bd67fec48cfda4f9bdce2
ARM: OMAP4: Keyboard: Fix section mismatch in the board file

`keypad_pads' is referred to by `keypad_data' which is
not __initdata, so `keypad_pads' should not be __initdata either.

Signed-off-by: Bjarne Steinsbo <bsteinsbo@gmail.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-4430sdp.c