diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-09-28 13:35:29 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-10-26 11:12:53 +0300 |
commit | 0dc68bc0840e6772a29e0066abf8914e75856d57 (patch) | |
tree | 2bcd4f0a95489d147f7c49889321bc4a961bc024 /arch/arm/mach-davinci | |
parent | 638671053c6669b65135bc17eff0f654c5eb48a6 (diff) | |
download | linux-0dc68bc0840e6772a29e0066abf8914e75856d57.tar.xz |
ARM: davinci: dm355: 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/dm355.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c index d33322ddedab..bd50367f654e 100644 --- a/arch/arm/mach-davinci/dm355.c +++ b/arch/arm/mach-davinci/dm355.c @@ -397,14 +397,6 @@ static struct resource dm355_spi0_resources[] = { .start = IRQ_DM355_SPINT0_0, .flags = IORESOURCE_IRQ, }, - { - .start = 17, - .flags = IORESOURCE_DMA, - }, - { - .start = 16, - .flags = IORESOURCE_DMA, - }, }; static struct davinci_spi_platform_data dm355_spi0_pdata = { |