powerpc/fsl: Make fsl_deep_sleep() usable w/ modules and non-83xx builds

Export is needed for modular builds, and a static inline stub is needed
for non-MPC83xx builds.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Cette révision appartient à :
Anton Vorontsov
2009-09-23 22:52:38 +04:00
révisé par Kumar Gala
Parent 1f8a25d4a4
révision 2e9d546eda
2 fichiers modifiés avec 5 ajouts et 0 suppressions

Voir le fichier

@@ -96,6 +96,7 @@ int fsl_deep_sleep(void)
{
return deep_sleeping;
}
EXPORT_SYMBOL(fsl_deep_sleep);
static int mpc83xx_change_state(void)
{