diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-04 10:35:06 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-07 17:35:57 +0100 |
commit | 9f575d9741ff28b6661f639d63b4f465c19889c4 (patch) | |
tree | 523b089c7702295914545509d822d586b190c30f /drivers | |
parent | d1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff) | |
download | linux-3.10-9f575d9741ff28b6661f639d63b4f465c19889c4.tar.gz linux-3.10-9f575d9741ff28b6661f639d63b4f465c19889c4.tar.bz2 linux-3.10-9f575d9741ff28b6661f639d63b4f465c19889c4.zip |
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')
-rw-r--r-- | drivers/dma/coh901318.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index aa384e53b7a..5fdd38bcda2 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" |