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/dev-spi.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/dev-spi.c')
-rw-r--r-- | arch/arm/plat-s3c64xx/dev-spi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c64xx/dev-spi.c b/arch/arm/plat-s3c64xx/dev-spi.c index ca10388d7ed1..0c20d27d9b65 100644 --- a/arch/arm/plat-s3c64xx/dev-spi.c +++ b/arch/arm/plat-s3c64xx/dev-spi.c | |||
@@ -16,11 +16,10 @@ | |||
16 | #include <mach/dma.h> | 16 | #include <mach/dma.h> |
17 | #include <mach/map.h> | 17 | #include <mach/map.h> |
18 | #include <mach/gpio.h> | 18 | #include <mach/gpio.h> |
19 | #include <mach/gpio-bank-c.h> | ||
19 | 20 | ||
20 | #include <plat/spi-clocks.h> | 21 | #include <plat/spi-clocks.h> |
21 | |||
22 | #include <plat/s3c64xx-spi.h> | 22 | #include <plat/s3c64xx-spi.h> |
23 | #include <plat/gpio-bank-c.h> | ||
24 | #include <plat/gpio-cfg.h> | 23 | #include <plat/gpio-cfg.h> |
25 | #include <plat/irqs.h> | 24 | #include <plat/irqs.h> |
26 | 25 | ||