]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/cpufreq/s3c2410-cpufreq.c
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[karo-tx-linux.git] / drivers / cpufreq / s3c2410-cpufreq.c
index cfa0dd8723ec1fd34aa13d664a6485d9313aa8a4..b8e5da8e188b57eecdc13eb569143f94f3a8b4cc 100644 (file)
@@ -26,7 +26,6 @@
 #include <mach/regs-clock.h>
 
 #include <plat/cpu.h>
-#include <plat/clock.h>
 #include <plat/cpu-freq-core.h>
 
 /* Note, 2410A has an extra mode for 1:4:4 ratio, bit 2 of CLKDIV */
@@ -104,7 +103,6 @@ static struct s3c_cpufreq_info s3c2410_cpufreq_info = {
        .calc_iotiming  = s3c2410_iotiming_calc,
        .set_iotiming   = s3c2410_iotiming_set,
        .get_iotiming   = s3c2410_iotiming_get,
-       .resume_clocks  = s3c2410_setup_clocks,
 
        .set_fvco       = s3c2410_set_fvco,
        .set_refresh    = s3c2410_cpufreq_setrefresh,