Skip to content

Commit

Permalink
dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method
Browse files Browse the repository at this point in the history
since users have been move to fsl_dma_external_start() API, so remove this
now

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Vinod Koul committed Oct 15, 2014
1 parent 7abfe6e commit 01c6ad6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,15 +1012,6 @@ static int fsl_dma_device_control(struct dma_chan *dchan,
chan->set_request_count(chan, size);
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:
return -ENXIO;
}
Expand Down

0 comments on commit 01c6ad6

Please sign in to comment.