diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-04-03 09:04:28 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-05-04 16:06:30 +0530 |
commit | 417cb972537af7994b9123c226a35aac26369f9d (patch) | |
tree | afcabd25c884f1979f957941e56df9256bd12ce6 /drivers/dma | |
parent | 8ee1bdc5a46cf818e2192c11bc1294a7dbad36c8 (diff) |
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/amba-pl08x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index 0e03f0fdacac..6bb8813ca275 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 |