aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c64xx/pm.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-02 13:33:20 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 10:45:40 -0800
commite8f55885f8e2af0ff960a15e03d0e616e7bdb5f6 (patch)
tree144919829d0ae860ae828821e9e6377eeef65b19 /arch/arm/mach-s3c64xx/pm.c
parentf2bfd174bdc0d3df9fa24b2895d02fa0529679c7 (diff)
ARM: S3C64XX: make regs-syscon-power.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/pm.c')
-rw-r--r--arch/arm/mach-s3c64xx/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/pm.c b/arch/arm/mach-s3c64xx/pm.c
index 546d6e0350b..f6b13a29c08 100644
--- a/arch/arm/mach-s3c64xx/pm.c
+++ b/arch/arm/mach-s3c64xx/pm.c
@@ -28,11 +28,11 @@
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
-#include <mach/regs-syscon-power.h>
#include "regs-gpio-memport.h"
#include "regs-modem.h"
#include "regs-sys.h"
+#include "regs-syscon-power.h"
struct s3c64xx_pm_domain {
char *const name;