Skip to content
Snippets Groups Projects
Commit 3e3a1823 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Marek Szyprowski
Browse files

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: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent 19f949f5
No related branches found
Tags v4.1-rc8
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment