From 3e3a1823281fc342ac5d99d853167e009bb86258 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 16 Dec 2012 13:32:03 +0100 Subject: [PATCH] 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 Signed-off-by: Marek Szyprowski --- arch/arm/include/asm/dma-iommu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/dma-iommu.h b/arch/arm/include/asm/dma-iommu.h index 799b094..666d8a8 100644 --- a/arch/arm/include/asm/dma-iommu.h +++ b/arch/arm/include/asm/dma-iommu.h @@ -7,6 +7,7 @@ #include #include #include +#include struct dma_iommu_mapping { /* iommu specific data */ -- 2.7.4