summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-smartq7.c
diff options
context:
space:
mode:
authorKukjin Kim2011-09-10 03:09:21 +0200
committerKukjin Kim2011-10-04 12:48:43 +0200
commit3cd7b62bbd54c9c59e7c8c5815cca9ded21a0a80 (patch)
treeb67e30f192d814a0a948133ed05c0b601d1d0609 /arch/arm/mach-s3c64xx/mach-smartq7.c
parentARM: SAMSUNG: Consolidate plat/pll.h (diff)
downloadkernel-qcow2-linux-3cd7b62bbd54c9c59e7c8c5815cca9ded21a0a80.tar.gz
kernel-qcow2-linux-3cd7b62bbd54c9c59e7c8c5815cca9ded21a0a80.tar.xz
kernel-qcow2-linux-3cd7b62bbd54c9c59e7c8c5815cca9ded21a0a80.zip
ARM: SAMSUNG: Moving each SoC support header files
This patch moves SoC header files for supporting each SoCs to plat-samsung directory. This is required to make one plat- directory for Samsung SoCs. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smartq7.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-smartq7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq7.c b/arch/arm/mach-s3c64xx/mach-smartq7.c
index 57963977da8e..9a71c2bf610d 100644
--- a/arch/arm/mach-s3c64xx/mach-smartq7.c
+++ b/arch/arm/mach-s3c64xx/mach-smartq7.c
@@ -22,8 +22,8 @@
#include <mach/map.h>
#include <mach/regs-gpio.h>
-#include <mach/s3c6410.h>
+#include <plat/s3c6410.h>
#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/fb.h>