Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignar...
[firefly-linux-kernel-4.4.55.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),
 };