commit | 2354f64a24924f87ed74f6ff1a38be4b05938c04 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Wed Feb 09 21:40:08 2011 +0100 |
committer | Tony Lindgren <tony@atomide.com> | Wed Feb 09 16:36:40 2011 -0800 |
tree | b0d696fdff54779ac43e94cee42c3133b1472e26 | |
parent | 29ab3c77c6ec6b4147f9bed75c2f4ed6f73b1bb8 [diff] |
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 <u.kleine-koenig@pengutronix.de> Signed-off-by: Tony Lindgren <tony@atomide.com>