]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP: gpmc-nand: drop __init annotation
authorDaniel Mack <zonque@gmail.com>
Fri, 14 Dec 2012 10:36:42 +0000 (11:36 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Jan 2013 22:50:15 +0000 (14:50 -0800)
commit504f3c6d73650d2afeabb86e29bfeb465f2b15df
tree96642f956c9dd9b56a1143b5518081b46b292c66
parentccf04c51004d0b973a688a91c879e2d91780d03c
ARM: OMAP: gpmc-nand: drop __init annotation

gpmc_nand_init() will be called from another driver's probe() function,
so the easiest way to prevent section mismatches is to drop the
annotation here.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc-nand.c