Browse Source

ARM: iommu: Include linux/kref.h in asm/dma-iommu.h

The dma_iommu_mapping structure defined in asm/dma-iommu.h embeds a
struct kref, include the appropriate header file.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Laurent Pinchart 12 years ago
parent
commit
3e3a182328
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/include/asm/dma-iommu.h

+ 1 - 0
arch/arm/include/asm/dma-iommu.h

@@ -7,6 +7,7 @@
 #include <linux/scatterlist.h>
 #include <linux/dma-debug.h>
 #include <linux/kmemcheck.h>
+#include <linux/kref.h>
 
 struct dma_iommu_mapping {
 	/* iommu specific data */