Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / drivers / cpufreq / s3c2440-cpufreq.c
index f84ed10755b57b7af8cfaa8acb5c212afac7c156..0129f5c70a610b941e14bc5f8912681b0f7bc3f7 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <plat/cpu.h>
 #include <plat/cpu-freq-core.h>
-#include <plat/clock.h>
 
 static struct clk *xtal;
 static struct clk *fclk;
@@ -262,8 +261,6 @@ static struct s3c_cpufreq_info s3c2440_cpufreq_info = {
        .calc_divs      = s3c2440_cpufreq_calcdivs,
        .calc_freqtable = s3c2440_cpufreq_calctable,
 
-       .resume_clocks  = s3c244x_setup_clocks,
-
        .debug_io_show  = s3c_cpufreq_debugfs_call(s3c2410_iotiming_debugfs),
 };