ARM: omap: move omap_get_config et al. to .init.text
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 9 Feb 2011 20:40:08 +0000 (21:40 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Feb 2011 00:36:40 +0000 (16:36 -0800)
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 <u.kleine-koenig@pengutronix.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found