diff options
Diffstat (limited to 'drivers/dma/shdma.c')
-rw-r--r-- | drivers/dma/shdma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/shdma.c b/drivers/dma/shdma.c index 98f82cdb404c..e9de1d35c20d 100644 --- a/drivers/dma/shdma.c +++ b/drivers/dma/shdma.c | |||
@@ -580,7 +580,8 @@ static struct dma_async_tx_descriptor *sh_dmae_prep_slave_sg( | |||
580 | direction, flags); | 580 | direction, flags); |
581 | } | 581 | } |
582 | 582 | ||
583 | static int sh_dmae_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd) | 583 | static int sh_dmae_control(struct dma_chan *chan, enum dma_ctrl_cmd cmd, |
584 | unsigned long arg) | ||
584 | { | 585 | { |
585 | struct sh_dmae_chan *sh_chan = to_sh_chan(chan); | 586 | struct sh_dmae_chan *sh_chan = to_sh_chan(chan); |
586 | 587 | ||