]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/commit
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)
commit2354f64a24924f87ed74f6ff1a38be4b05938c04
treeb0d696fdff54779ac43e94cee42c3133b1472e26
parent29ab3c77c6ec6b4147f9bed75c2f4ed6f73b1bb8
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>
arch/arm/plat-omap/common.c
arch/arm/plat-omap/include/plat/board.h