dmaengine: pl08x: remove lock documentation

lock variable in pl08x_dma_chan_state no longer exists so remove it

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
Vinod Koul 2017-04-03 09:04:28 +05:30
parent 8ee1bdc5a4
commit 417cb97253
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ enum pl08x_dma_chan_state {
* @cd: channel platform data
* @cfg: slave configuration
* @at: active transaction on this channel
* @lock: a lock for this channel data
* @host: a pointer to the host (internal use)
* @state: whether the channel is idle, paused, running etc
* @slave: whether this channel is a device (slave) or for memcpy