summaryrefslogtreecommitdiffstats
path: root/include/linux/dw_dmac.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2014-02-12 11:16:17 +0200
committerVinod Koul <vinod.koul@intel.com>2014-02-17 14:16:54 +0530
commitdd5720b3006210ecdf4e3c8889e6051f432c4ba3 (patch)
treef2741ffa13709042461a3f5e5c8d313193070cfd /include/linux/dw_dmac.h
parent24066813d55bb4ea058fd4a8fbc3538dfe032782 (diff)
downloadop-kernel-dev-dd5720b3006210ecdf4e3c8889e6051f432c4ba3.zip
op-kernel-dev-dd5720b3006210ecdf4e3c8889e6051f432c4ba3.tar.gz
dma: dw: remove leftovers in the comment blocks
There is couple of leftovers in the comment blocks. This patch modifies the comments accordingly. 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/dw_dmac.h')
-rw-r--r--include/linux/dw_dmac.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/dw_dmac.h b/include/linux/dw_dmac.h
index 481ab23..68b4024 100644
--- a/include/linux/dw_dmac.h
+++ b/include/linux/dw_dmac.h
@@ -1,6 +1,5 @@
/*
- * Driver for the Synopsys DesignWare DMA Controller (aka DMACA on
- * AVR32 systems.)
+ * Driver for the Synopsys DesignWare DMA Controller
*
* Copyright (C) 2007 Atmel Corporation
* Copyright (C) 2010-2011 ST Microelectronics
@@ -44,8 +43,6 @@ struct dw_dma_slave {
* @nr_masters: Number of AHB masters supported by the controller
* @data_width: Maximum data width supported by hardware per AHB master
* (0 - 8bits, 1 - 16bits, ..., 5 - 256bits)
- * @sd: slave specific data. Used for configuring channels
- * @sd_count: count of slave data structures passed.
*/
struct dw_dma_platform_data {
unsigned int nr_channels;
OpenPOWER on IntegriCloud