summaryrefslogtreecommitdiff
path: root/drivers/dma/coh901318.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-01-04 10:35:06 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-01-07 17:35:57 +0100
commit9f575d9741ff28b6661f639d63b4f465c19889c4 (patch)
tree523b089c7702295914545509d822d586b190c30f /drivers/dma/coh901318.c
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff)
dma: coh901318: create a proper platform data file
This extracts the platform data that we will keep generic from the U300 platform and associates it with the COH901318 driver in <linux/platform_data/dma-coh901318.h>. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c
index aa384e53b7ac..5fdd38bcda23 100644
--- a/drivers/dma/coh901318.c
+++ b/drivers/dma/coh901318.c
@@ -21,6 +21,7 @@
#include <linux/io.h>
#include <linux/uaccess.h>
#include <linux/debugfs.h>
+#include <linux/platform_data/dma-coh901318.h>
#include <mach/coh901318.h>
#include "coh901318_lli.h"