diff options
author | Rob Herring <robh@kernel.org> | 2015-02-04 00:03:35 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-04 21:14:26 +0100 |
commit | 9064bf3c3cdf92f6b9ac6634ff570dedf0035992 (patch) | |
tree | bc4c2dfda16de711fbe0b9fe921c47a5568085df /drivers | |
parent | spi: pxa2xx: Fix unconditional call of lpss_ssp_setup in pxa2xx_spi_resume (diff) | |
download | linux-9064bf3c3cdf92f6b9ac6634ff570dedf0035992.tar.xz linux-9064bf3c3cdf92f6b9ac6634ff570dedf0035992.zip |
spi: spi-pxa2xx: only include mach/dma.h for legacy DMA
Move the include of mach/dma.h to the legacy PXA DMA code where it is used.
This enables building spi-pxa2xx on ARM64.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi-pxa2xx-pxadma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx-pxadma.c b/drivers/spi/spi-pxa2xx-pxadma.c index 6c82d496b58e..3fecaaa5b0a5 100644 --- a/drivers/spi/spi-pxa2xx-pxadma.c +++ b/drivers/spi/spi-pxa2xx-pxadma.c @@ -25,6 +25,7 @@ #include <linux/spi/spi.h> #include <linux/spi/pxa2xx_spi.h> +#include <mach/dma.h> #include "spi-pxa2xx.h" #define DMA_INT_MASK (DCSR_ENDINTR | DCSR_STARTINTR | DCSR_BUSERR) |