aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dma/dw.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2017-02-21 21:13:57 +0530
committerVinod Koul <vinod.koul@intel.com>2017-02-21 21:13:57 +0530
commite4e48c47d15df1dd5f74d3b5e8fc4c7817f45133 (patch)
tree6eec89260467cb62b721550575bcda2acff68b75 /include/linux/dma/dw.h
parentb802c8410ca915e7772e738e68420115f1a3c811 (diff)
parentf7c799e950f96191a16f18606e43e6f861b2a361 (diff)
Merge branch 'topic/intel' into for-linus
Diffstat (limited to 'include/linux/dma/dw.h')
-rw-r--r--include/linux/dma/dw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dma/dw.h b/include/linux/dma/dw.h
index ccfd0c3777df..b63b25814d77 100644
--- a/include/linux/dma/dw.h
+++ b/include/linux/dma/dw.h
@@ -23,6 +23,7 @@ struct dw_dma;
/**
* struct dw_dma_chip - representation of DesignWare DMA controller hardware
* @dev: struct device of the DMA controller
+ * @id: instance ID
* @irq: irq line
* @regs: memory mapped I/O space
* @clk: hclk clock
@@ -31,6 +32,7 @@ struct dw_dma;
*/
struct dw_dma_chip {
struct device *dev;
+ int id;
int irq;
void __iomem *regs;
struct clk *clk;