From: Peter Ujfalusi Date: Wed, 28 Sep 2016 10:35:29 +0000 (+0300) Subject: ARM: davinci: dm355: Remove DMA resources for SPI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0dc68bc0840e6772a29e0066abf8914e75856d57;p=linux-beck.git ARM: davinci: dm355: Remove DMA resources for SPI The driver is converted to not use the DMA resource. Signed-off-by: Peter Ujfalusi Signed-off-by: Sekhar Nori --- 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 = {