summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/dma-ste-dma40.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-05-15 10:51:32 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-05-23 21:13:37 +0200
commit9c3c95147cdd30756a08c511c3c80e8fdf05a36a (patch)
treefb8beae66ef1a3dc2531e100955291727eff7dfd /include/linux/platform_data/dma-ste-dma40.h
parent01c935c4ecbf6e67d8b7b8258c5eb3be84c248aa (diff)
ARM: ux500: Remove DMA address look-up table
DMA addresses are now passed as part of the dmaengine API by invoking dmaengine_slave_config(). So there's no requirement for the DMA40 driver to look them up in a table provided by platform data. This method does not fit in well using Device Tree either. Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/platform_data/dma-ste-dma40.h')
-rw-r--r--include/linux/platform_data/dma-ste-dma40.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/dma-ste-dma40.h b/include/linux/platform_data/dma-ste-dma40.h
index c54af61c9e48..af0064e3e139 100644
--- a/include/linux/platform_data/dma-ste-dma40.h
+++ b/include/linux/platform_data/dma-ste-dma40.h
@@ -152,8 +152,6 @@ struct stedma40_chan_cfg {
* for 'multiple of 4' channels, like 8.
*/
struct stedma40_platform_data {
- const dma_addr_t *dev_tx;
- const dma_addr_t *dev_rx;
int disabled_channels[STEDMA40_MAX_PHYS];
int *soft_lli_chans;
int num_of_soft_lli_chans;