Skip to content

Commit

Permalink
dmaengine: pl08x: remove lock documentation
Browse files Browse the repository at this point in the history
lock variable in pl08x_dma_chan_state no longer exists so remove it

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Vinod Koul committed May 4, 2017
1 parent 8ee1bdc commit 417cb97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 417cb97

Please sign in to comment.