diff options
| author | Rob Herring <robh@kernel.org> | 2015-02-03 18:03:35 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-02-04 15:14:26 -0500 |
| commit | 9064bf3c3cdf92f6b9ac6634ff570dedf0035992 (patch) | |
| tree | bc4c2dfda16de711fbe0b9fe921c47a5568085df /include/linux | |
| parent | 48421adfe7e9bb0f972ed22eaf0cba215dcc35bb (diff) | |
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 'include/linux')
| -rw-r--r-- | include/linux/spi/pxa2xx_spi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/spi/pxa2xx_spi.h b/include/linux/spi/pxa2xx_spi.h index d5a316550177..46d8fa942631 100644 --- a/include/linux/spi/pxa2xx_spi.h +++ b/include/linux/spi/pxa2xx_spi.h | |||
| @@ -57,7 +57,6 @@ struct pxa2xx_spi_chip { | |||
| 57 | #if defined(CONFIG_ARCH_PXA) || defined(CONFIG_ARCH_MMP) | 57 | #if defined(CONFIG_ARCH_PXA) || defined(CONFIG_ARCH_MMP) |
| 58 | 58 | ||
| 59 | #include <linux/clk.h> | 59 | #include <linux/clk.h> |
| 60 | #include <mach/dma.h> | ||
| 61 | 60 | ||
| 62 | extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); | 61 | extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); |
| 63 | 62 | ||
