[PATCH 2/2] cpuidle: export cpuidle_idle_call symbol
Dongsheng Wang
dongsheng.wang at freescale.com
Tue Jul 23 19:28:01 EST 2013
From: Wang Dongsheng <dongsheng.wang at freescale.com>
Export cpuidle_idle_call symbol, make this function can be invoked
in the module.
Signed-off-by: Wang Dongsheng <dongsheng.wang at freescale.com>
---
Branch: pm-cpuidle
drivers/cpuidle/cpuidle.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c
index 534320a..d0a61d6 100644
--- a/drivers/cpuidle/cpuidle.c
+++ b/drivers/cpuidle/cpuidle.c
@@ -168,6 +168,7 @@ int cpuidle_idle_call(void)
return 0;
}
+EXPORT_SYMBOL_GPL(cpuidle_idle_call);
/**
* cpuidle_install_idle_handler - installs the cpuidle idle loop handler
--
1.8.0
More information about the Linuxppc-dev
mailing list