Skip to content

Commit

Permalink
ARM: SAMSUNG: dma-ops.h needs mach/dma.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Jan 11, 2012
1 parent 8ca0686 commit 6fd9dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-samsung/include/plat/dma-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6fd9dd3

Please sign in to comment.