aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c64xx/pm.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-02 13:20:38 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 10:45:39 -0800
commit8bb86ead0663b098bd9770f457db5b797ae2f071 (patch)
tree2c59fad9556a87cd06d9ff81a401597b9680a1fa /arch/arm/mach-s3c64xx/pm.c
parente62359283cc5ce3264a1634f822822669c6b2d9f (diff)
ARM: S3C64XX: make regs-gpio-memport.h local
The header can be local in mach-s3c64xx/. Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> 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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/pm.c b/arch/arm/mach-s3c64xx/pm.c
index 7feb426fc20..f4319874ce5 100644
--- a/arch/arm/mach-s3c64xx/pm.c
+++ b/arch/arm/mach-s3c64xx/pm.c
@@ -30,9 +30,10 @@
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <mach/regs-syscon-power.h>
-#include <mach/regs-gpio-memport.h>
#include <mach/regs-modem.h>
+#include "regs-gpio-memport.h"
+
struct s3c64xx_pm_domain {
char *const name;
u32 ena;