diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2014-09-23 10:18:11 -0400 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@intel.com> | 2014-10-15 11:01:04 -0400 |
| commit | 3d588f83e4d6a5230d9094b97d38621cbaa9a972 (patch) | |
| tree | 376a10e65eef40977b14439e212d9b8a49c732e9 /drivers/dma/dw | |
| 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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dw')
| -rw-r--r-- | drivers/dma/dw/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/dw/internal.h b/drivers/dma/dw/internal.h index 82258a167a0e..9a886e3c31d3 100644 --- a/drivers/dma/dw/internal.h +++ b/drivers/dma/dw/internal.h | |||
| @@ -12,6 +12,8 @@ | |||
| 12 | #define _DW_DMAC_INTERNAL_H | 12 | #define _DW_DMAC_INTERNAL_H |
| 13 | 13 | ||
| 14 | #include <linux/device.h> | 14 | #include <linux/device.h> |
| 15 | |||
| 16 | #include <linux/dma/dw.h> | ||
| 15 | #include <linux/platform_data/dma-dw.h> | 17 | #include <linux/platform_data/dma-dw.h> |
| 16 | 18 | ||
| 17 | #include "regs.h" | 19 | #include "regs.h" |
