From: Uwe Kleine-König Date: Wed, 9 Feb 2011 20:40:08 +0000 (+0100) Subject: ARM: omap: move omap_get_config et al. to .init.text X-Git-Tag: v2.6.39-rc1~432^2~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2354f64a24924f87ed74f6ff1a38be4b05938c04;p=pandora-kernel.git ARM: omap: move omap_get_config et al. to .init.text All callers of these functions live in .init.text, so these can go there, too. There they must not be exported anymore, this is no problem though, as all callers are always built-in. Signed-off-by: Uwe Kleine-König Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed