diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-25 20:45:40 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-20 17:31:17 -0500 |
commit | 3501c9ae9fc5414d09c9a8d3a5452d2b167db916 (patch) | |
tree | 200146af3989c0c07b0a66bff96ac959602d1b1e /arch/arm/plat-s3c64xx/pm.c | |
parent | 2f6c2ac1d945ffc2e343103bdcfccbdb2e2de805 (diff) |
ARM: S3C64XX: Move headers into machine include directory
Move the register and GPIO definition files from plat-s3c64xx into the
machine include direcotry as they are unlikely to be reused outside
mach-s3c64xx.
This move includes removing the empty <mach/regs-clock.h> and replacing
it with the <plat/regs-clock.h> implementation.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/pm.c')
-rw-r--r-- | arch/arm/plat-s3c64xx/pm.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/plat-s3c64xx/pm.c b/arch/arm/plat-s3c64xx/pm.c index 47632fc7eb66..b8ac4597fad7 100644 --- a/arch/arm/plat-s3c64xx/pm.c +++ b/arch/arm/plat-s3c64xx/pm.c | |||
@@ -20,14 +20,14 @@ | |||
20 | #include <mach/map.h> | 20 | #include <mach/map.h> |
21 | 21 | ||
22 | #include <plat/pm.h> | 22 | #include <plat/pm.h> |
23 | #include <plat/regs-sys.h> | 23 | #include <mach/regs-sys.h> |
24 | #include <plat/regs-gpio.h> | 24 | #include <mach/regs-gpio.h> |
25 | #include <plat/regs-clock.h> | 25 | #include <mach/regs-clock.h> |
26 | #include <plat/regs-syscon-power.h> | 26 | #include <mach/regs-syscon-power.h> |
27 | #include <plat/regs-gpio-memport.h> | 27 | #include <mach/regs-gpio-memport.h> |
28 | 28 | ||
29 | #ifdef CONFIG_S3C_PM_DEBUG_LED_SMDK | 29 | #ifdef CONFIG_S3C_PM_DEBUG_LED_SMDK |
30 | #include <plat/gpio-bank-n.h> | 30 | #include <mach/gpio-bank-n.h> |
31 | 31 | ||
32 | void s3c_pm_debug_smdkled(u32 set, u32 clear) | 32 | void s3c_pm_debug_smdkled(u32 set, u32 clear) |
33 | { | 33 | { |