commit | 3d588f83e4d6a5230d9094b97d38621cbaa9a972 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <[email protected]> | Tue Sep 23 17:18:11 2014 +0300 |
committer | Vinod Koul <[email protected]> | Wed Oct 15 20:31:04 2014 +0530 |
tree | 376a10e65eef40977b14439e212d9b8a49c732e9 | |
parent | 46e8c83c83c06b90ebc000df481c2fdcee79a141 [diff] |
dmaengine: dw: split dma-dw.h to platform and private parts The introduced include/linux/dma/dw.h is going to contain the private extensions and structures which are shared for dw_dmac users in the kernel. Meanwhile include/linux/platform_data/dma-dw.h keeps only platform related data types and definitions. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Vinod Koul <[email protected]>