提交 1e7f07b5 编写于 作者: G Guennadi Liakhovetski 提交者: Vinod Koul

sh: remove unused DMA device pointer from SIU platform data

The SIU ALSA driver is not using the DMA device pointer for DMA channel
filtering any more, it can be now removed.
Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
上级 9d051dc7
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
struct device; struct device;
struct siu_platform { struct siu_platform {
struct device *dma_dev;
unsigned int dma_slave_tx_a; unsigned int dma_slave_tx_a;
unsigned int dma_slave_rx_a; unsigned int dma_slave_rx_a;
unsigned int dma_slave_tx_b; unsigned int dma_slave_tx_b;
......
...@@ -512,7 +512,6 @@ static struct platform_device tmu2_device = { ...@@ -512,7 +512,6 @@ static struct platform_device tmu2_device = {
}; };
static struct siu_platform siu_platform_data = { static struct siu_platform siu_platform_data = {
.dma_dev = &dma_device.dev,
.dma_slave_tx_a = SHDMA_SLAVE_SIUA_TX, .dma_slave_tx_a = SHDMA_SLAVE_SIUA_TX,
.dma_slave_rx_a = SHDMA_SLAVE_SIUA_RX, .dma_slave_rx_a = SHDMA_SLAVE_SIUA_RX,
.dma_slave_tx_b = SHDMA_SLAVE_SIUB_TX, .dma_slave_tx_b = SHDMA_SLAVE_SIUB_TX,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册