summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c24xx/pm-s3c2416.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-02-01 21:49:35 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-02-04 10:31:39 -0800
commit14cce0e7754e72516af8406a90c7c3eb177632d4 (patch)
treee65101e99123a5d9b0c8fd196cc0129c160da72f /arch/arm/mach-s3c24xx/pm-s3c2416.c
parentd3c01e7eab0a49ac2b08bc1317d47ae31a568923 (diff)
ARM: S3C24XX: header mach/regs-power.h local
Since header mach/regs-power.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/pm-s3c2416.c')
-rw-r--r--arch/arm/mach-s3c24xx/pm-s3c2416.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/pm-s3c2416.c b/arch/arm/mach-s3c24xx/pm-s3c2416.c
index 1bd4817b8eb8..db7435a9905c 100644
--- a/arch/arm/mach-s3c24xx/pm-s3c2416.c
+++ b/arch/arm/mach-s3c24xx/pm-s3c2416.c
@@ -16,12 +16,13 @@
#include <asm/cacheflush.h>
-#include <mach/regs-power.h>
#include <mach/regs-s3c2443-clock.h>
#include <plat/cpu.h>
#include <plat/pm.h>
+#include "s3c2412-power.h"
+
extern void s3c2412_sleep_enter(void);
static int s3c2416_cpu_suspend(unsigned long arg)