aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/dma-dw.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2015-01-13 12:08:13 -0500
committerVinod Koul <vinod.koul@intel.com>2015-02-05 01:39:43 -0500
commitcfd8fef322305bbe9955817464f0d2054ce545c0 (patch)
tree8c5b384a3de6f07a200c49e3a83157f00be3a595 /include/linux/platform_data/dma-dw.h
parentede23a586886bbd0d5246b2fa89cf78b81265aa3 (diff)
dmaengine: dw: amend description of dma_dev field
The dma_dev field is widely used in filter functions to mach with a proper DMA controller device. Thus it's not deprecated. The patch fixes the description of that field. There is no functional change. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/platform_data/dma-dw.h')
-rw-r--r--include/linux/platform_data/dma-dw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/dma-dw.h b/include/linux/platform_data/dma-dw.h
index d8155c005242..359127d290e7 100644
--- a/include/linux/platform_data/dma-dw.h
+++ b/include/linux/platform_data/dma-dw.h
@@ -16,7 +16,7 @@
16/** 16/**
17 * struct dw_dma_slave - Controller-specific information about a slave 17 * struct dw_dma_slave - Controller-specific information about a slave
18 * 18 *
19 * @dma_dev: required DMA master device. Depricated. 19 * @dma_dev: required DMA master device
20 * @src_id: src request line 20 * @src_id: src request line
21 * @dst_id: dst request line 21 * @dst_id: dst request line
22 * @src_master: src master for transfers on allocated channel. 22 * @src_master: src master for transfers on allocated channel.