]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dmaengine: pl08x: remove lock documentation
authorVinod Koul <vinod.koul@intel.com>
Mon, 3 Apr 2017 03:34:28 +0000 (09:04 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 4 May 2017 10:36:30 +0000 (16:06 +0530)
lock variable in pl08x_dma_chan_state no longer exists so remove it

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/amba-pl08x.c

index 0e03f0fdacac1cedc6210c1c972a14b2cdd8e76c..6bb8813ca2753838d36b188aed1e20e0afb44d58 100644 (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