aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310/cpufreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv310/cpufreq.c')
-rw-r--r--arch/arm/mach-s5pv310/cpufreq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv310/cpufreq.c b/arch/arm/mach-s5pv310/cpufreq.c
index b04cbc731128..7c08ad7d8887 100644
--- a/arch/arm/mach-s5pv310/cpufreq.c
+++ b/arch/arm/mach-s5pv310/cpufreq.c
@@ -458,8 +458,7 @@ static int s5pv310_target(struct cpufreq_policy *policy,
458} 458}
459 459
460#ifdef CONFIG_PM 460#ifdef CONFIG_PM
461static int s5pv310_cpufreq_suspend(struct cpufreq_policy *policy, 461static int s5pv310_cpufreq_suspend(struct cpufreq_policy *policy)
462 pm_message_t pmsg)
463{ 462{
464 return 0; 463 return 0;
465} 464}