From: Daniel Mack Date: Fri, 14 Dec 2012 10:36:42 +0000 (+0100) Subject: ARM: OMAP: gpmc-nand: drop __init annotation X-Git-Tag: omap-for-v3.9/gpmc-signed~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504f3c6d73650d2afeabb86e29bfeb465f2b15df;p=pandora-kernel.git 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 Acked-by: Grant Likely Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed