diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-04 04:35:06 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-07 11:35:57 -0500 |
commit | 9f575d9741ff28b6661f639d63b4f465c19889c4 (patch) | |
tree | 523b089c7702295914545509d822d586b190c30f /arch/arm/mach-u300/spi.c | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff) |
dma: coh901318: create a proper platform data file
This extracts the platform data that we will keep generic
from the U300 platform and associates it with the COH901318
driver in <linux/platform_data/dma-coh901318.h>.
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/spi.c')
-rw-r--r-- | arch/arm/mach-u300/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/spi.c b/arch/arm/mach-u300/spi.c index 02e6659286d5..b34567f944ca 100644 --- a/arch/arm/mach-u300/spi.c +++ b/arch/arm/mach-u300/spi.c | |||
@@ -10,9 +10,9 @@ | |||
10 | #include <linux/amba/bus.h> | 10 | #include <linux/amba/bus.h> |
11 | #include <linux/spi/spi.h> | 11 | #include <linux/spi/spi.h> |
12 | #include <linux/amba/pl022.h> | 12 | #include <linux/amba/pl022.h> |
13 | #include <linux/platform_data/dma-coh901318.h> | ||
13 | #include <linux/err.h> | 14 | #include <linux/err.h> |
14 | #include <mach/coh901318.h> | 15 | #include <mach/coh901318.h> |
15 | #include "dma_channels.h" | ||
16 | 16 | ||
17 | /* | 17 | /* |
18 | * The following is for the actual devices on the SSP/SPI bus | 18 | * The following is for the actual devices on the SSP/SPI bus |