diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-02-21 21:13:57 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-02-21 21:13:57 +0530 |
commit | e4e48c47d15df1dd5f74d3b5e8fc4c7817f45133 (patch) | |
tree | 6eec89260467cb62b721550575bcda2acff68b75 /include/linux/dma/dw.h | |
parent | b802c8410ca915e7772e738e68420115f1a3c811 (diff) | |
parent | f7c799e950f96191a16f18606e43e6f861b2a361 (diff) |
Merge branch 'topic/intel' into for-linus
Diffstat (limited to 'include/linux/dma/dw.h')
-rw-r--r-- | include/linux/dma/dw.h | 2 |
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; |