瀏覽代碼

ARM: Samsung: Make sure ASoC DMA device is prototyped

Ensure that the prototype agrees with the definition and stop sparse
complaining when building the file.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Mark Brown 14 年之前
父節點
當前提交
77c667d136
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/plat-samsung/dev-asocdma.c

+ 1 - 0
arch/arm/plat-samsung/dev-asocdma.c

@@ -10,6 +10,7 @@
 
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>
+#include <plat/devs.h>
 
 static u64 audio_dmamask = DMA_BIT_MASK(32);