summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/simtec-pm.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-02-03 17:00:11 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-02-04 10:31:43 -0800
commit37c3adca81b282bdf310d5ed54acbc28ac0b20a3 (patch)
tree4f3aab042ce27c6341c9db6b0e57946f182a046a /arch/arm/mach-s3c24xx/simtec-pm.c
parent14cce0e7754e72516af8406a90c7c3eb177632d4 (diff)
downloadop-kernel-dev-37c3adca81b282bdf310d5ed54acbc28ac0b20a3.zip
op-kernel-dev-37c3adca81b282bdf310d5ed54acbc28ac0b20a3.tar.gz
ARM: S3C24XX: header mach/regs-mem.h local
Since header mach/regs-mem.h is used only into mach-s3c24xx/, this patch moves the header file in local. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/simtec-pm.c')
-rw-r--r--arch/arm/mach-s3c24xx/simtec-pm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/simtec-pm.c b/arch/arm/mach-s3c24xx/simtec-pm.c
index 699f931..38a2f1f 100644
--- a/arch/arm/mach-s3c24xx/simtec-pm.c
+++ b/arch/arm/mach-s3c24xx/simtec-pm.c
@@ -28,12 +28,13 @@
#include <mach/map.h>
#include <mach/regs-gpio.h>
-#include <mach/regs-mem.h>
#include <asm/mach-types.h>
#include <plat/pm.h>
+#include "regs-mem.h"
+
#define COPYRIGHT ", Copyright 2005 Simtec Electronics"
/* pm_simtec_init
OpenPOWER on IntegriCloud