summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c64xx/clock.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-02 21:31:15 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 18:45:40 (GMT)
commitf2bfd174bdc0d3df9fa24b2895d02fa0529679c7 (patch)
treeeacc52f73f7c6768e16b232c264be8be4d222b41 /arch/arm/mach-s3c64xx/clock.c
parent8eba8ea21f7a289ec78df979b3b5a8affde1e68d (diff)
downloadlinux-fsl-qoriq-f2bfd174bdc0d3df9fa24b2895d02fa0529679c7.tar.xz
ARM: S3C64XX: make regs-sys.h local
The header file can be local in mach-s3c64xx/. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/clock.c')
-rw-r--r--arch/arm/mach-s3c64xx/clock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/clock.c b/arch/arm/mach-s3c64xx/clock.c
index 803711e..8499415 100644
--- a/arch/arm/mach-s3c64xx/clock.c
+++ b/arch/arm/mach-s3c64xx/clock.c
@@ -23,7 +23,6 @@
#include <mach/hardware.h>
#include <mach/map.h>
-#include <mach/regs-sys.h>
#include <mach/regs-clock.h>
#include <plat/cpu.h>
@@ -33,6 +32,8 @@
#include <plat/clock-clksrc.h>
#include <plat/pll.h>
+#include "regs-sys.h"
+
/* fin_apll, fin_mpll and fin_epll are all the same clock, which we call
* ext_xtal_mux for want of an actual name from the manual.
*/