diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-04 07:56:16 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-07 11:36:28 -0500 |
commit | 2b9277ad77e2b14a6bb113cc6c0da5101abc5261 (patch) | |
tree | 92aa8ba39d7723a71457d3009f1ec7290eb48af5 /drivers/dma/coh901318_lli.c | |
parent | 9aab4d6f087a042d702b6e16346378731eeaf48e (diff) |
dma: coh901318: push header down into the DMA subsystem
The defines in U300's <mach/coh901318.h> are now only used by
the DMA engine driver itself, so move the header down into the
DMA subsystem.
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/coh901318_lli.c b/drivers/dma/coh901318_lli.c index 780e0429b38c..e25cac0af3f6 100644 --- a/drivers/dma/coh901318_lli.c +++ b/drivers/dma/coh901318_lli.c | |||
@@ -11,8 +11,8 @@ | |||
11 | #include <linux/memory.h> | 11 | #include <linux/memory.h> |
12 | #include <linux/gfp.h> | 12 | #include <linux/gfp.h> |
13 | #include <linux/dmapool.h> | 13 | #include <linux/dmapool.h> |
14 | #include <mach/coh901318.h> | ||
15 | 14 | ||
15 | #include "coh901318.h" | ||
16 | #include "coh901318_lli.h" | 16 | #include "coh901318_lli.h" |
17 | 17 | ||
18 | #if (defined(CONFIG_DEBUG_FS) && defined(CONFIG_U300_DEBUG)) | 18 | #if (defined(CONFIG_DEBUG_FS) && defined(CONFIG_U300_DEBUG)) |