dmaengine: dw: split dma-dw.h to platform and private parts
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 23 Sep 2014 14:18:11 +0000 (17:18 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 15 Oct 2014 15:01:04 +0000 (20:31 +0530)
commit3d588f83e4d6a5230d9094b97d38621cbaa9a972
tree376a10e65eef40977b14439e212d9b8a49c732e9
parent46e8c83c83c06b90ebc000df481c2fdcee79a141
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/internal.h
include/linux/dma/dw.h [new file with mode: 0644]
include/linux/platform_data/dma-dw.h
sound/atmel/abdac.c
sound/atmel/ac97c.c
This page took 0.028361 seconds and 5 git commands to generate.