From 03b5357c3005e097f314136bade3683a0525b68f Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Fri, 4 Jan 2013 14:07:51 +0100 Subject: 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 Signed-off-by: Linus Walleij --- drivers/dma/coh901318_lli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dma/coh901318_lli.c') 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 #include #include +#include #include "coh901318.h" #include "coh901318_lli.h" -- cgit v1.2.3-59-g8ed1b