Commit fbfb0222 authored by Russell King's avatar Russell King

[ARM] Remove DMA support in Versatile

We don't have DMA support for AMBA devices yet.
parent 91ddedbe
......@@ -332,7 +332,7 @@ static struct amba_device name##_device = { \
.flags = IORESOURCE_MEM, \
}, \
.irq = base##_IRQ, \
.dma = base##_DMA, \
/* .dma = base##_DMA,*/ \
}
#define AACI_IRQ { IRQ_AACI, NO_IRQ }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment