diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-04 08:12:13 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-07 11:36:37 -0500 |
commit | d70a8ed3121e67da8e8bb713d592d9498916c58e (patch) | |
tree | 4527da2094e41f2d3cfb5a7a948f4669b0301fca /drivers/dma/coh901318.c | |
parent | 03b5357c3005e097f314136bade3683a0525b68f (diff) |
dma: coh901318: merge header files
We do not need two header files for the two parts of the driver
to talk to each other so merge them into one.
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/dma/coh901318.c')
-rw-r--r-- | drivers/dma/coh901318.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index f7100dc6b8e2..0604273deafb 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <linux/platform_data/dma-coh901318.h> | 24 | #include <linux/platform_data/dma-coh901318.h> |
25 | 25 | ||
26 | #include "coh901318.h" | 26 | #include "coh901318.h" |
27 | #include "coh901318_lli.h" | ||
28 | #include "dmaengine.h" | 27 | #include "dmaengine.h" |
29 | 28 | ||
30 | #define COH901318_MOD32_MASK (0x1F) | 29 | #define COH901318_MOD32_MASK (0x1F) |