diff options
-rw-r--r-- | drivers/dma/edma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index e95fa7dabc0c..276157f22612 100644 --- a/drivers/dma/edma.c +++ b/drivers/dma/edma.c | |||
@@ -15,6 +15,7 @@ | |||
15 | 15 | ||
16 | #include <linux/dmaengine.h> | 16 | #include <linux/dmaengine.h> |
17 | #include <linux/dma-mapping.h> | 17 | #include <linux/dma-mapping.h> |
18 | #include <linux/edma.h> | ||
18 | #include <linux/err.h> | 19 | #include <linux/err.h> |
19 | #include <linux/init.h> | 20 | #include <linux/init.h> |
20 | #include <linux/interrupt.h> | 21 | #include <linux/interrupt.h> |
@@ -534,7 +535,7 @@ static struct dma_async_tx_descriptor *edma_prep_slave_sg( | |||
534 | return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); | 535 | return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); |
535 | } | 536 | } |
536 | 537 | ||
537 | struct dma_async_tx_descriptor *edma_prep_dma_memcpy( | 538 | static struct dma_async_tx_descriptor *edma_prep_dma_memcpy( |
538 | struct dma_chan *chan, dma_addr_t dest, dma_addr_t src, | 539 | struct dma_chan *chan, dma_addr_t dest, dma_addr_t src, |
539 | size_t len, unsigned long tx_flags) | 540 | size_t len, unsigned long tx_flags) |
540 | { | 541 | { |