]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/cpufreq/s5pv210-cpufreq.c
Merge remote-tracking branch 'samsung/for-next'
[karo-tx-linux.git] / drivers / cpufreq / s5pv210-cpufreq.c
index 9e231f52150c404ebd92e6d74ea6a24b5642576a..ef5282b2c7c641b915322702cfe82e530db9a7b9 100644 (file)
@@ -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 = {