diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-04 14:12:13 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-07 17:36:37 +0100 |
commit | d70a8ed3121e67da8e8bb713d592d9498916c58e (patch) | |
tree | 4527da2094e41f2d3cfb5a7a948f4669b0301fca /drivers/dma/coh901318_lli.c | |
parent | 03b5357c3005e097f314136bade3683a0525b68f (diff) | |
download | blackbird-obmc-linux-d70a8ed3121e67da8e8bb713d592d9498916c58e.tar.gz blackbird-obmc-linux-d70a8ed3121e67da8e8bb713d592d9498916c58e.zip |
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_lli.c')
-rw-r--r-- | drivers/dma/coh901318_lli.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/coh901318_lli.c b/drivers/dma/coh901318_lli.c index b2e284f78c73..3e96610e18e2 100644 --- a/drivers/dma/coh901318_lli.c +++ b/drivers/dma/coh901318_lli.c @@ -14,7 +14,6 @@ #include <linux/dmaengine.h> #include "coh901318.h" -#include "coh901318_lli.h" #if (defined(CONFIG_DEBUG_FS) && defined(CONFIG_U300_DEBUG)) #define DEBUGFS_POOL_COUNTER_RESET(pool) (pool->debugfs_pool_counter = 0) |