diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2014-03-19 01:54:58 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-19 09:10:24 -0400 |
commit | 0b443ead714f0cba797a7f2476dd756f22b5421e (patch) | |
tree | ed27366834ff0740fddbba8ce4f0e7ae59a8188e /arch/arm/mach-pxa | |
parent | 9832235f3f880ab2e58141885e3b5ed3b158c0fb (diff) |
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
Two cpufreq notifiers CPUFREQ_RESUMECHANGE and CPUFREQ_SUSPENDCHANGE have
not been used for some time, so remove them to clean up code a bit.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
[rjw: Changelog]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/viper.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/viper.c b/arch/arm/mach-pxa/viper.c index 29905b127ad9..41f27f667ca8 100644 --- a/arch/arm/mach-pxa/viper.c +++ b/arch/arm/mach-pxa/viper.c | |||
@@ -885,9 +885,6 @@ static int viper_cpufreq_notifier(struct notifier_block *nb, | |||
885 | viper_set_core_cpu_voltage(freq->new, 0); | 885 | viper_set_core_cpu_voltage(freq->new, 0); |
886 | } | 886 | } |
887 | break; | 887 | break; |
888 | case CPUFREQ_RESUMECHANGE: | ||
889 | viper_set_core_cpu_voltage(freq->new, 0); | ||
890 | break; | ||
891 | default: | 888 | default: |
892 | /* ignore */ | 889 | /* ignore */ |
893 | break; | 890 | break; |