From: Tony Lindgren Date: Fri, 18 Oct 2013 15:54:16 +0000 (-0700) Subject: ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd076eea3226e792b2087018733bd794e8c9666;p=pandora-kernel.git ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected Commit f8e7ba66 (ARM: OMAP1: fix incorrect placement of __initdata tag) fixed things but we started seeing section warnings. Looks like I missed those in my automatic build scripts: Section mismatch in reference from the variable omap7xx_gpio6 to the (unknown reference) .init.data:(unknown) Section mismatch in reference from the variable omap7xx_gpio6 to the (unknown reference) .init.data:(unknown) Section mismatch in reference from the variable omap7xx_gpio5 to the (unknown reference) .init.data:(unknown) ... Fix the issue by removing __initdata for the resources. Signed-off-by: Tony Lindgren Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed