aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include
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 /arch/arm/mach-u300/include
parentLinux 3.8-rc2 (diff)
downloadlinux-dev-9f575d9741ff28b6661f639d63b4f465c19889c4.tar.xz
linux-dev-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 'arch/arm/mach-u300/include')
-rw-r--r--arch/arm/mach-u300/include/mach/coh901318.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-u300/include/mach/coh901318.h b/arch/arm/mach-u300/include/mach/coh901318.h
index 7c3b2b2d25b6..fc47d30988fc 100644
--- a/arch/arm/mach-u300/include/mach/coh901318.h
+++ b/arch/arm/mach-u300/include/mach/coh901318.h
@@ -102,22 +102,6 @@ struct coh901318_platform {
const int max_channels;
};
-#ifdef CONFIG_COH901318
-/**
- * coh901318_filter_id() - DMA channel filter function
- * @chan: dma channel handle
- * @chan_id: id of dma channel to be filter out
- *
- * In dma_request_channel() it specifies what channel id to be requested
- */
-bool coh901318_filter_id(struct dma_chan *chan, void *chan_id);
-#else
-static inline bool coh901318_filter_id(struct dma_chan *chan, void *chan_id)
-{
- return false;
-}
-#endif
-
/*
* DMA Controller - this access the static mappings of the coh901318 dma.
*