From: Bartlomiej Zolnierkiewicz Date: Wed, 16 Sep 2015 23:04:51 +0000 (+0900) Subject: cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs X-Git-Tag: v4.6-rc1~71^2~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b3f105ef6c75ef4f7f1bd982195db814830d78b;p=platform%2Fkernel%2Flinux-exynos.git cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs CONFIG_PM ifdefs are superfluous and can be removed. Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Viresh Kumar Signed-off-by: Kukjin Kim Signed-off-by: Krzysztof Kozlowski --- diff --git a/drivers/cpufreq/s5pv210-cpufreq.c b/drivers/cpufreq/s5pv210-cpufreq.c index 051a8a8..a145b31 100644 --- a/drivers/cpufreq/s5pv210-cpufreq.c +++ b/drivers/cpufreq/s5pv210-cpufreq.c @@ -576,10 +576,8 @@ static struct cpufreq_driver s5pv210_driver = { .get = cpufreq_generic_get, .init = s5pv210_cpu_init, .name = "s5pv210", -#ifdef CONFIG_PM .suspend = cpufreq_generic_suspend, .resume = cpufreq_generic_suspend, /* We need to set SLEEP FREQ again */ -#endif }; static struct notifier_block s5pv210_cpufreq_reboot_notifier = {