ARM: OMAP4: Keyboard: Fix section mismatch in the board file
authorBjarne Steinsbo <bsteinsbo@gmail.com>
Fri, 12 Aug 2011 15:27:52 +0000 (17:27 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 28 Sep 2011 21:36:19 +0000 (14:36 -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