Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Laurent Pinchart and committed by
Marek Szyprowski
3e3a1823 19f949f5

+1
+1
arch/arm/include/asm/dma-iommu.h
··· 7 7 #include <linux/scatterlist.h> 8 8 #include <linux/dma-debug.h> 9 9 #include <linux/kmemcheck.h> 10 + #include <linux/kref.h> 10 11 11 12 struct dma_iommu_mapping { 12 13 /* iommu specific data */