diff options
Diffstat (limited to 'arch/arm/mach-exynos4/cpufreq.c')
-rw-r--r-- | arch/arm/mach-exynos4/cpufreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos4/cpufreq.c b/arch/arm/mach-exynos4/cpufreq.c index a16ac35747a..a1bd258f0c4 100644 --- a/arch/arm/mach-exynos4/cpufreq.c +++ b/arch/arm/mach-exynos4/cpufreq.c @@ -452,8 +452,7 @@ static int exynos4_target(struct cpufreq_policy *policy, } #ifdef CONFIG_PM -static int exynos4_cpufreq_suspend(struct cpufreq_policy *policy, - pm_message_t pmsg) +static int exynos4_cpufreq_suspend(struct cpufreq_policy *policy) { return 0; } |