diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 16:31:15 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 13:45:40 -0500 |
commit | f2bfd174bdc0d3df9fa24b2895d02fa0529679c7 (patch) | |
tree | eacc52f73f7c6768e16b232c264be8be4d222b41 /arch/arm/mach-s3c64xx/pm.c | |
parent | 8eba8ea21f7a289ec78df979b3b5a8affde1e68d (diff) |
ARM: S3C64XX: make regs-sys.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/pm.c b/arch/arm/mach-s3c64xx/pm.c index c6eff9f5b96c..546d6e0350b8 100644 --- a/arch/arm/mach-s3c64xx/pm.c +++ b/arch/arm/mach-s3c64xx/pm.c | |||
@@ -26,13 +26,13 @@ | |||
26 | #include <plat/pm.h> | 26 | #include <plat/pm.h> |
27 | #include <plat/wakeup-mask.h> | 27 | #include <plat/wakeup-mask.h> |
28 | 28 | ||
29 | #include <mach/regs-sys.h> | ||
30 | #include <mach/regs-gpio.h> | 29 | #include <mach/regs-gpio.h> |
31 | #include <mach/regs-clock.h> | 30 | #include <mach/regs-clock.h> |
32 | #include <mach/regs-syscon-power.h> | 31 | #include <mach/regs-syscon-power.h> |
33 | 32 | ||
34 | #include "regs-gpio-memport.h" | 33 | #include "regs-gpio-memport.h" |
35 | #include "regs-modem.h" | 34 | #include "regs-modem.h" |
35 | #include "regs-sys.h" | ||
36 | 36 | ||
37 | struct s3c64xx_pm_domain { | 37 | struct s3c64xx_pm_domain { |
38 | char *const name; | 38 | char *const name; |