mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 05:30:54 +07:00
dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method
since users have been move to fsl_dma_external_start() API, so remove this now Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
7abfe6eca8
commit
01c6ad660c
@ -1012,15 +1012,6 @@ static int fsl_dma_device_control(struct dma_chan *dchan,
|
|||||||
chan->set_request_count(chan, size);
|
chan->set_request_count(chan, size);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case FSLDMA_EXTERNAL_START:
|
|
||||||
|
|
||||||
/* make sure the channel supports external start */
|
|
||||||
if (!chan->toggle_ext_start)
|
|
||||||
return -ENXIO;
|
|
||||||
|
|
||||||
chan->toggle_ext_start(chan, arg);
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return -ENXIO;
|
return -ENXIO;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user