Needed by hwmod module boot. Signed-off-by: Tero Kristo <t-kristo@xxxxxx> --- arch/arm/mach-omap2/cpuidle34xx.c | 2 +- arch/arm/mach-omap2/cpuidle44xx.c | 2 +- arch/arm/mach-omap2/pm.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/cpuidle34xx.c b/arch/arm/mach-omap2/cpuidle34xx.c index aa7b379..0f149d8 100644 --- a/arch/arm/mach-omap2/cpuidle34xx.c +++ b/arch/arm/mach-omap2/cpuidle34xx.c @@ -323,7 +323,7 @@ static struct cpuidle_driver omap3_idle_driver = { * Registers the OMAP3 specific cpuidle driver to the cpuidle * framework with the valid set of states. */ -int __init omap3_idle_init(void) +int omap3_idle_init(void) { mpu_pd = pwrdm_lookup("mpu_pwrdm"); core_pd = pwrdm_lookup("core_pwrdm"); diff --git a/arch/arm/mach-omap2/cpuidle44xx.c b/arch/arm/mach-omap2/cpuidle44xx.c index 01e398a..72e47d7 100644 --- a/arch/arm/mach-omap2/cpuidle44xx.c +++ b/arch/arm/mach-omap2/cpuidle44xx.c @@ -231,7 +231,7 @@ static struct cpuidle_driver omap4_idle_driver = { * Registers the OMAP4+ specific cpuidle driver to the cpuidle * framework with the valid set of states. */ -int __init omap4_idle_init(void) +int omap4_idle_init(void) { mpu_pd = pwrdm_lookup("mpu_pwrdm"); cpu_pd[0] = pwrdm_lookup("cpu0_pwrdm"); diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index 425bfcd..dc02ce8 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h @@ -16,8 +16,8 @@ #include "powerdomain.h" #ifdef CONFIG_CPU_IDLE -extern int __init omap3_idle_init(void); -extern int __init omap4_idle_init(void); +int omap3_idle_init(void); +int omap4_idle_init(void); #else static inline int omap3_idle_init(void) { -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html