aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/s3c24xx-cpufreq.c
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2014-07-04 14:04:22 +0200
committerKukjin Kim <kgene.kim@samsung.com>2014-07-19 04:24:59 +0900
commit56e9e367ee67935d6a26a380ba84527dc9c57e6a (patch)
treea87a64ec5e8a997d695549b1b3ec950d5e77ad1c /drivers/cpufreq/s3c24xx-cpufreq.c
parentARM: S5PV210: Migrate clock handling to Common Clock Framework (diff)
downloadlinux-dev-56e9e367ee67935d6a26a380ba84527dc9c57e6a.tar.xz
linux-dev-56e9e367ee67935d6a26a380ba84527dc9c57e6a.zip
cpufreq: s3c24xx: Remove some dead code
There is no use for the .resume_clocks() callback now and in fact all the provided functions are empty, so this patch just removes it in preparation for further patches. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/cpufreq/s3c24xx-cpufreq.c')
-rw-r--r--drivers/cpufreq/s3c24xx-cpufreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/s3c24xx-cpufreq.c b/drivers/cpufreq/s3c24xx-cpufreq.c
index 227ebf7c1eea..d00f1cee4509 100644
--- a/drivers/cpufreq/s3c24xx-cpufreq.c
+++ b/drivers/cpufreq/s3c24xx-cpufreq.c
@@ -27,7 +27,6 @@
#include <asm/mach/map.h>
#include <plat/cpu.h>
-#include <plat/clock.h>
#include <plat/cpu-freq-core.h>
#include <mach/regs-clock.h>