diff options
| author | Lee Jones <lee.jones@linaro.org> | 2013-05-15 05:51:32 -0400 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-23 15:13:37 -0400 |
| commit | 9c3c95147cdd30756a08c511c3c80e8fdf05a36a (patch) | |
| tree | fb8beae66ef1a3dc2531e100955291727eff7dfd /include/linux/platform_data | |
| parent | 01c935c4ecbf6e67d8b7b8258c5eb3be84c248aa (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')
| -rw-r--r-- | include/linux/platform_data/dma-ste-dma40.h | 2 |
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 { | |||
| 152 | * for 'multiple of 4' channels, like 8. | 152 | * for 'multiple of 4' channels, like 8. |
| 153 | */ | 153 | */ |
| 154 | struct stedma40_platform_data { | 154 | struct stedma40_platform_data { |
| 155 | const dma_addr_t *dev_tx; | ||
| 156 | const dma_addr_t *dev_rx; | ||
| 157 | int disabled_channels[STEDMA40_MAX_PHYS]; | 155 | int disabled_channels[STEDMA40_MAX_PHYS]; |
| 158 | int *soft_lli_chans; | 156 | int *soft_lli_chans; |
| 159 | int num_of_soft_lli_chans; | 157 | int num_of_soft_lli_chans; |
