ARM: SAMSUNG: dma-ops.h needs mach/dma.h
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>
This commit is contained in:
parent
8ca0686aab
commit
6fd9dd38a1
|
@ -14,6 +14,7 @@
|
||||||
#define __SAMSUNG_DMA_OPS_H_ __FILE__
|
#define __SAMSUNG_DMA_OPS_H_ __FILE__
|
||||||
|
|
||||||
#include <linux/dmaengine.h>
|
#include <linux/dmaengine.h>
|
||||||
|
#include <mach/dma.h>
|
||||||
|
|
||||||
struct samsung_dma_prep_info {
|
struct samsung_dma_prep_info {
|
||||||
enum dma_transaction_type cap;
|
enum dma_transaction_type cap;
|
||||||
|
|
Loading…
Reference in New Issue