diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 16:33:20 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 13:45:40 -0500 |
commit | e8f55885f8e2af0ff960a15e03d0e616e7bdb5f6 (patch) | |
tree | 144919829d0ae860ae828821e9e6377eeef65b19 /arch/arm/mach-s3c64xx | |
parent | f2bfd174bdc0d3df9fa24b2895d02fa0529679c7 (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')
-rw-r--r-- | arch/arm/mach-s3c64xx/pm.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/regs-syscon-power.h (renamed from arch/arm/mach-s3c64xx/include/mach/regs-syscon-power.h) | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c64xx/pm.c b/arch/arm/mach-s3c64xx/pm.c index 546d6e0350b8..f6b13a29c08c 100644 --- a/arch/arm/mach-s3c64xx/pm.c +++ b/arch/arm/mach-s3c64xx/pm.c | |||
@@ -28,11 +28,11 @@ | |||
28 | 28 | ||
29 | #include <mach/regs-gpio.h> | 29 | #include <mach/regs-gpio.h> |
30 | #include <mach/regs-clock.h> | 30 | #include <mach/regs-clock.h> |
31 | #include <mach/regs-syscon-power.h> | ||
32 | 31 | ||
33 | #include "regs-gpio-memport.h" | 32 | #include "regs-gpio-memport.h" |
34 | #include "regs-modem.h" | 33 | #include "regs-modem.h" |
35 | #include "regs-sys.h" | 34 | #include "regs-sys.h" |
35 | #include "regs-syscon-power.h" | ||
36 | 36 | ||
37 | struct s3c64xx_pm_domain { | 37 | struct s3c64xx_pm_domain { |
38 | char *const name; | 38 | char *const name; |
diff --git a/arch/arm/mach-s3c64xx/include/mach/regs-syscon-power.h b/arch/arm/mach-s3c64xx/regs-syscon-power.h index 270d96ac9705..6e16b3404da9 100644 --- a/arch/arm/mach-s3c64xx/include/mach/regs-syscon-power.h +++ b/arch/arm/mach-s3c64xx/regs-syscon-power.h | |||
@@ -1,5 +1,4 @@ | |||
1 | /* arch/arm/plat-s3c64xx/include/plat/regs-syscon-power.h | 1 | /* |
2 | * | ||
3 | * Copyright 2008 Openmoko, Inc. | 2 | * Copyright 2008 Openmoko, Inc. |
4 | * Copyright 2008 Simtec Electronics | 3 | * Copyright 2008 Simtec Electronics |
5 | * http://armlinux.simtec.co.uk/ | 4 | * http://armlinux.simtec.co.uk/ |
@@ -12,8 +11,8 @@ | |||
12 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
13 | */ | 12 | */ |
14 | 13 | ||
15 | #ifndef __PLAT_S3C64XX_REGS_SYSCON_POWER_H | 14 | #ifndef __MACH_S3C64XX_REGS_SYSCON_POWER_H |
16 | #define __PLAT_S3C64XX_REGS_SYSCON_POWER_H __FILE__ | 15 | #define __MACH_S3C64XX_REGS_SYSCON_POWER_H __FILE__ |
17 | 16 | ||
18 | #define S3C64XX_PWR_CFG S3C_SYSREG(0x804) | 17 | #define S3C64XX_PWR_CFG S3C_SYSREG(0x804) |
19 | 18 | ||
@@ -113,4 +112,4 @@ | |||
113 | #define S3C64XX_INFORM2 S3C_SYSREG(0xA08) | 112 | #define S3C64XX_INFORM2 S3C_SYSREG(0xA08) |
114 | #define S3C64XX_INFORM3 S3C_SYSREG(0xA0C) | 113 | #define S3C64XX_INFORM3 S3C_SYSREG(0xA0C) |
115 | 114 | ||
116 | #endif /* __PLAT_S3C64XX_REGS_SYSCON_POWER_H */ | 115 | #endif /* __MACH_S3C64XX_REGS_SYSCON_POWER_H */ |