diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-04 16:56:16 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-07 20:36:28 +0400 |
commit | 2b9277ad77e2b14a6bb113cc6c0da5101abc5261 (patch) | |
tree | 92aa8ba39d7723a71457d3009f1ec7290eb48af5 /arch/arm/mach-u300/spi.c | |
parent | 9aab4d6f087a042d702b6e16346378731eeaf48e (diff) | |
download | linux-2b9277ad77e2b14a6bb113cc6c0da5101abc5261.tar.xz |
dma: coh901318: push header down into the DMA subsystem
The defines in U300's <mach/coh901318.h> are now only used by
the DMA engine driver itself, so move the header down into the
DMA subsystem.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/spi.c b/arch/arm/mach-u300/spi.c index b34567f944ca..910698293d64 100644 --- a/arch/arm/mach-u300/spi.c +++ b/arch/arm/mach-u300/spi.c @@ -12,7 +12,6 @@ #include <linux/amba/pl022.h> #include <linux/platform_data/dma-coh901318.h> #include <linux/err.h> -#include <mach/coh901318.h> /* * The following is for the actual devices on the SSP/SPI bus |