diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-09-28 13:35:30 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-10-26 13:42:53 +0530 |
commit | fc89017c83b77dd50da2ce893184483a7718f353 (patch) | |
tree | 052d868611e983a2daed170ff184a33f836c8e84 /arch/arm/mach-davinci | |
parent | 0dc68bc0840e6772a29e0066abf8914e75856d57 (diff) | |
download | linux-fc89017c83b77dd50da2ce893184483a7718f353.tar.gz linux-fc89017c83b77dd50da2ce893184483a7718f353.tar.bz2 linux-fc89017c83b77dd50da2ce893184483a7718f353.zip |
ARM: davinci: dm365: Remove DMA resources for SPI
The driver is converted to not use the DMA resource.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/dm365.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c index ef3add999263..8be04ec95adf 100644 --- a/arch/arm/mach-davinci/dm365.c +++ b/arch/arm/mach-davinci/dm365.c @@ -660,14 +660,6 @@ static struct resource dm365_spi0_resources[] = { .start = IRQ_DM365_SPIINT0_0, .flags = IORESOURCE_IRQ, }, - { - .start = 17, - .flags = IORESOURCE_DMA, - }, - { - .start = 16, - .flags = IORESOURCE_DMA, - }, }; static struct platform_device dm365_spi0_device = { |