ARM: SAMSUNG: dma-ops.h needs mach/dma.h
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 26 Dec 2011 11:28:57 +0000 (20:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 11 Jan 2012 17:00:50 +0000 (02:00 +0900)
dma-ops.h uses samsung_dma_is_dmadev so it needs to have mach/dma.h
included.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/include/plat/dma-ops.h

index 22eafc3..7c6c2a8 100644 (file)
@@ -14,6 +14,7 @@
 #define __SAMSUNG_DMA_OPS_H_ __FILE__
 
 #include <linux/dmaengine.h>
+#include <mach/dma.h>
 
 struct samsung_dma_prep_info {
        enum dma_transaction_type cap;