Skip to content

Commit

Permalink
ARM: iommu: Include linux/kref.h in asm/dma-iommu.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laurent Pinchart authored and Marek Szyprowski committed Feb 25, 2013
1 parent 19f949f commit 3e3a182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/include/asm/dma-iommu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3e3a182

Please sign in to comment.