From: Vinod Koul Date: Mon, 3 Apr 2017 03:34:28 +0000 (+0530) Subject: dmaengine: pl08x: remove lock documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=417cb972537af7994b9123c226a35aac26369f9d;p=linux.git dmaengine: pl08x: remove lock documentation lock variable in pl08x_dma_chan_state no longer exists so remove it Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index 0e03f0fdacac1..6bb8813ca2753 100644 --- a/drivers/dma/amba-pl08x.c +++ b/drivers/dma/amba-pl08x.c @@ -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