Commit 417cb972 authored by Vinod Koul's avatar Vinod Koul

dmaengine: pl08x: remove lock documentation

lock variable in pl08x_dma_chan_state no longer exists so remove it
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 8ee1bdc5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment