diff options
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2015-09-16 19:04:51 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-01-25 01:13:53 -0500 |
commit | 9b3f105ef6c75ef4f7f1bd982195db814830d78b (patch) | |
tree | 228d338bb20b6c857d06ceb0ac82821a6de2ab24 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) |
cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs
CONFIG_PM ifdefs are superfluous and can be removed.
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
-rw-r--r-- | drivers/cpufreq/s5pv210-cpufreq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cpufreq/s5pv210-cpufreq.c b/drivers/cpufreq/s5pv210-cpufreq.c index 051a8a8224cd..a145b319d171 100644 --- a/drivers/cpufreq/s5pv210-cpufreq.c +++ b/drivers/cpufreq/s5pv210-cpufreq.c | |||
@@ -576,10 +576,8 @@ static struct cpufreq_driver s5pv210_driver = { | |||
576 | .get = cpufreq_generic_get, | 576 | .get = cpufreq_generic_get, |
577 | .init = s5pv210_cpu_init, | 577 | .init = s5pv210_cpu_init, |
578 | .name = "s5pv210", | 578 | .name = "s5pv210", |
579 | #ifdef CONFIG_PM | ||
580 | .suspend = cpufreq_generic_suspend, | 579 | .suspend = cpufreq_generic_suspend, |
581 | .resume = cpufreq_generic_suspend, /* We need to set SLEEP FREQ again */ | 580 | .resume = cpufreq_generic_suspend, /* We need to set SLEEP FREQ again */ |
582 | #endif | ||
583 | }; | 581 | }; |
584 | 582 | ||
585 | static struct notifier_block s5pv210_cpufreq_reboot_notifier = { | 583 | static struct notifier_block s5pv210_cpufreq_reboot_notifier = { |