diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/dma-ste-dma40.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/platform_data/dma-ste-dma40.h b/include/linux/platform_data/dma-ste-dma40.h index 4b781014b0a0..a8087843a99b 100644 --- a/include/linux/platform_data/dma-ste-dma40.h +++ b/include/linux/platform_data/dma-ste-dma40.h | |||
| @@ -141,8 +141,6 @@ struct stedma40_chan_cfg { | |||
| 141 | * @dev_len: length of dev_tx and dev_rx | 141 | * @dev_len: length of dev_tx and dev_rx |
| 142 | * @dev_tx: mapping between destination event line and io address | 142 | * @dev_tx: mapping between destination event line and io address |
| 143 | * @dev_rx: mapping between source event line and io address | 143 | * @dev_rx: mapping between source event line and io address |
| 144 | * @memcpy: list of memcpy event lines | ||
| 145 | * @memcpy_len: length of memcpy | ||
| 146 | * @memcpy_conf_phy: default configuration of physical channel memcpy | 144 | * @memcpy_conf_phy: default configuration of physical channel memcpy |
| 147 | * @memcpy_conf_log: default configuration of logical channel memcpy | 145 | * @memcpy_conf_log: default configuration of logical channel memcpy |
| 148 | * @disabled_channels: A vector, ending with -1, that marks physical channels | 146 | * @disabled_channels: A vector, ending with -1, that marks physical channels |
| @@ -162,8 +160,6 @@ struct stedma40_platform_data { | |||
| 162 | u32 dev_len; | 160 | u32 dev_len; |
| 163 | const dma_addr_t *dev_tx; | 161 | const dma_addr_t *dev_tx; |
| 164 | const dma_addr_t *dev_rx; | 162 | const dma_addr_t *dev_rx; |
| 165 | int *memcpy; | ||
| 166 | u32 memcpy_len; | ||
| 167 | struct stedma40_chan_cfg *memcpy_conf_phy; | 163 | struct stedma40_chan_cfg *memcpy_conf_phy; |
| 168 | struct stedma40_chan_cfg *memcpy_conf_log; | 164 | struct stedma40_chan_cfg *memcpy_conf_log; |
| 169 | int disabled_channels[STEDMA40_MAX_PHYS]; | 165 | int disabled_channels[STEDMA40_MAX_PHYS]; |
