ARM: OMAP2+: gpmc-onenand: drop __init annotation
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Fri, 25 Jan 2013 12:23:10 +0000 (09:23 -0300)
committerTony Lindgren <tony@atomide.com>
Fri, 1 Feb 2013 22:10:11 +0000 (14:10 -0800)
commitfaf5d2ff82154b3e2d30c9bfdab2ea4e089b24d5
treeb5c7b3cebeff1266283330f30d939def91a72b4c
parentdc75eb36c3233409728e88acfd6b45a223856289
ARM: OMAP2+: gpmc-onenand: drop __init annotation

gpmc_onenand_init() will be called from another driver's probe() function,
so drop the __init annotation, in order to prevent section mismatches.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc-onenand.c