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/mach-s3c64xx/mach-smdk6410.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/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index 6e6ff354da42..021670e39d3e 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -46,10 +46,10 @@ | |||
46 | #include <asm/mach-types.h> | 46 | #include <asm/mach-types.h> |
47 | 47 | ||
48 | #include <plat/regs-serial.h> | 48 | #include <plat/regs-serial.h> |
49 | #include <plat/regs-modem.h> | 49 | #include <mach/regs-modem.h> |
50 | #include <plat/regs-gpio.h> | 50 | #include <mach/regs-gpio.h> |
51 | #include <plat/regs-sys.h> | 51 | #include <mach/regs-sys.h> |
52 | #include <plat/regs-srom.h> | 52 | #include <mach/regs-srom.h> |
53 | #include <plat/iic.h> | 53 | #include <plat/iic.h> |
54 | #include <plat/fb.h> | 54 | #include <plat/fb.h> |
55 | #include <plat/gpio-cfg.h> | 55 | #include <plat/gpio-cfg.h> |