diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-10-11 11:46:48 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-10-15 12:01:28 -0400 |
commit | b80719b6bd083130c112cb4d3e5329a164eef4c3 (patch) | |
tree | f585f5c8fc407287214766b450978f7dc6bdf5ba | |
parent | 01c6ad660cb4a388d15d0e7ba9744c5ffc583a61 (diff) |
dmaengine: remove FSLDMA_EXTERNAL_START
as users have been converted, so no need of this custom method
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | include/linux/dmaengine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 7e6b3a281da8..f8e5a9ea461a 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
@@ -199,15 +199,12 @@ enum dma_ctrl_flags { | |||
199 | * configuration data in statically from the platform). An additional | 199 | * configuration data in statically from the platform). An additional |
200 | * argument of struct dma_slave_config must be passed in with this | 200 | * argument of struct dma_slave_config must be passed in with this |
201 | * command. | 201 | * command. |
202 | * @FSLDMA_EXTERNAL_START: this command will put the Freescale DMA controller | ||
203 | * into external start mode. | ||
204 | */ | 202 | */ |
205 | enum dma_ctrl_cmd { | 203 | enum dma_ctrl_cmd { |
206 | DMA_TERMINATE_ALL, | 204 | DMA_TERMINATE_ALL, |
207 | DMA_PAUSE, | 205 | DMA_PAUSE, |
208 | DMA_RESUME, | 206 | DMA_RESUME, |
209 | DMA_SLAVE_CONFIG, | 207 | DMA_SLAVE_CONFIG, |
210 | FSLDMA_EXTERNAL_START, | ||
211 | }; | 208 | }; |
212 | 209 | ||
213 | /** | 210 | /** |