aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/coh901318_lli.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-01-04 14:07:51 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-01-07 17:36:32 +0100
commit03b5357c3005e097f314136bade3683a0525b68f (patch)
tree5f52338830c31c0f79b43e2b2612eb8ed57497ff /drivers/dma/coh901318_lli.c
parentdma: coh901318: push header down into the DMA subsystem (diff)
downloadlinux-dev-03b5357c3005e097f314136bade3683a0525b68f.tar.xz
linux-dev-03b5357c3005e097f314136bade3683a0525b68f.zip
dma: coh901318: push definitions into driver
Move everything in the header file that is not used in both the main driver and the LLI portions into the driver, including register definitions and such. Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/dma/coh901318_lli.c')
-rw-r--r--drivers/dma/coh901318_lli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/coh901318_lli.c b/drivers/dma/coh901318_lli.c
index e25cac0af3f6..b2e284f78c73 100644
--- a/drivers/dma/coh901318_lli.c
+++ b/drivers/dma/coh901318_lli.c
@@ -11,6 +11,7 @@
#include <linux/memory.h>
#include <linux/gfp.h>
#include <linux/dmapool.h>
+#include <linux/dmaengine.h>
#include "coh901318.h"
#include "coh901318_lli.h"