]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7074453d86ca48ef35bbcad9b82e89ba844a5059
tree3abd244129dc4239fc53e3658acf93cb2edb2e29
parentdc46e25c3fa73b79f84532c39009bf39d86efcb9
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