dmaengine: dw: split dma-dw.h to platform and private parts
[deliverable/linux.git] / sound / atmel / abdac.c
index 154a7c44e38dc17f9ca561e40cbd42d2c6e5b1e7..31061e3521d491b7d2a60bba8e66ddc189652bf3 100644 (file)
@@ -9,7 +9,6 @@
  */
 #include <linux/clk.h>
 #include <linux/bitmap.h>
-#include <linux/platform_data/dma-dw.h>
 #include <linux/dmaengine.h>
 #include <linux/dma-mapping.h>
 #include <linux/init.h>
@@ -25,6 +24,9 @@
 #include <sound/pcm_params.h>
 #include <sound/atmel-abdac.h>
 
+#include <linux/platform_data/dma-dw.h>
+#include <linux/dma/dw.h>
+
 /* DAC register offsets */
 #define DAC_DATA                                0x0000
 #define DAC_CTRL                                0x0008
This page took 0.023377 seconds and 5 git commands to generate.