summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/s3c6400.c
diff options
context:
space:
mode:
authorTomasz Figa2014-07-02 19:42:03 +0200
committerKukjin Kim2014-07-18 21:24:59 +0200
commit32726d2d5502302ba5753854f5f2f12ba22681c4 (patch)
treee432c5599c79ea3bdf7304477cdebb39e3a82c26 /arch/arm/mach-s3c64xx/s3c6400.c
parentserial: samsung: Remove support for legacy clock code (diff)
downloadkernel-qcow2-linux-32726d2d5502302ba5753854f5f2f12ba22681c4.tar.gz
kernel-qcow2-linux-32726d2d5502302ba5753854f5f2f12ba22681c4.tar.xz
kernel-qcow2-linux-32726d2d5502302ba5753854f5f2f12ba22681c4.zip
ARM: SAMSUNG: Remove legacy clock code
Since S5PV210 now has a complete clock driver using Common Clock Framework, there is no reason to keep the old code. Remove it together with the whole legacy Samsung-specific clock framework which no longer has any users. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/s3c6400.c')
-rw-r--r--arch/arm/mach-s3c64xx/s3c6400.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/s3c6400.c b/arch/arm/mach-s3c64xx/s3c6400.c
index 8c42807bf579..1ce48c54cd9c 100644
--- a/arch/arm/mach-s3c64xx/s3c6400.c
+++ b/arch/arm/mach-s3c64xx/s3c6400.c
@@ -39,7 +39,6 @@
#include <plat/cpu.h>
#include <plat/devs.h>
-#include <plat/clock.h>
#include <plat/sdhci.h>
#include <plat/iic-core.h>
#include <plat/onenand-core.h>