summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/pm.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-02 13:24:12 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 10:45:39 -0800
commita81c19700d605a2a07b9a502f0306a9efd3e079d (patch)
tree67ccc9bb9602ddf477bde9281f3dd0d88e6694d1 /arch/arm/mach-s3c64xx/pm.c
parent8bb86ead0663b098bd9770f457db5b797ae2f071 (diff)
downloadlinux-stable-a81c19700d605a2a07b9a502f0306a9efd3e079d.tar.gz
linux-stable-a81c19700d605a2a07b9a502f0306a9efd3e079d.tar.bz2
linux-stable-a81c19700d605a2a07b9a502f0306a9efd3e079d.zip
ARM: S3C64XX: make regs-modem.h local
The header 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 f4319874ce59..c6eff9f5b96c 100644
--- a/arch/arm/mach-s3c64xx/pm.c
+++ b/arch/arm/mach-s3c64xx/pm.c
@@ -30,9 +30,9 @@
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <mach/regs-syscon-power.h>
-#include <mach/regs-modem.h>
#include "regs-gpio-memport.h"
+#include "regs-modem.h"
struct s3c64xx_pm_domain {
char *const name;