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)
`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>

No differences found