summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/pm.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-02 22:20:38 +0100
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 19:45:39 +0100
commit8bb86ead0663b098bd9770f457db5b797ae2f071 (patch)
tree2c59fad9556a87cd06d9ff81a401597b9680a1fa /arch/arm/mach-s3c64xx/pm.c
parentARM: S3C64XX: make crag6410.h local (diff)
downloadlinux-8bb86ead0663b098bd9770f457db5b797ae2f071.tar.xz
linux-8bb86ead0663b098bd9770f457db5b797ae2f071.zip
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 7feb426fc202..f4319874ce59 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;