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>
This commit is contained in:
Linus Walleij
2013-01-04 14:12:13 +01:00
parent 03b5357c30
commit d70a8ed312
4 changed files with 108 additions and 124 deletions

View File

@@ -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)