Commit 13622708 authored by Ben Dooks's avatar Ben Dooks

[ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat.

Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat ready
ready to clean out old include directories.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 57bd4b91
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <mach/regs-sdi.h> #include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-iis.h> #include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h> #include <plat/regs-spi.h>
static struct s3c24xx_dma_map __initdata s3c2410_dma_mappings[] = { static struct s3c24xx_dma_map __initdata s3c2410_dma_mappings[] = {
[DMACH_XD0] = { [DMACH_XD0] = {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <mach/regs-sdi.h> #include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-s3c2412-iis.h> #include <asm/plat-s3c24xx/regs-s3c2412-iis.h>
#include <asm/plat-s3c24xx/regs-iis.h> #include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h> #include <plat/regs-spi.h>
#define MAP(x) { (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID } #define MAP(x) { (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID }
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-gpioj.h> #include <mach/regs-gpioj.h>
#include <mach/regs-dsc.h> #include <mach/regs-dsc.h>
#include <asm/plat-s3c24xx/regs-spi.h> #include <plat/regs-spi.h>
#include <mach/regs-s3c2412.h> #include <mach/regs-s3c2412.h>
#include <plat/s3c2412.h> #include <plat/s3c2412.h>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <mach/regs-sdi.h> #include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-iis.h> #include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h> #include <plat/regs-spi.h>
static struct s3c24xx_dma_map __initdata s3c2440_dma_mappings[] = { static struct s3c24xx_dma_map __initdata s3c2440_dma_mappings[] = {
[DMACH_XD0] = { [DMACH_XD0] = {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <mach/regs-lcd.h> #include <mach/regs-lcd.h>
#include <mach/regs-sdi.h> #include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-iis.h> #include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h> #include <plat/regs-spi.h>
#define MAP(x) { \ #define MAP(x) { \
[0] = (x) | DMA_CH_VALID, \ [0] = (x) | DMA_CH_VALID, \
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <plat/devs.h> #include <plat/devs.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include <asm/plat-s3c24xx/regs-spi.h> #include <plat/regs-spi.h>
/* Serial port registrations */ /* Serial port registrations */
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <asm/plat-s3c24xx/regs-spi.h> #include <plat/regs-spi.h>
#include <mach/spi.h> #include <mach/spi.h>
struct s3c24xx_spi { struct s3c24xx_spi {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment