projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f949f
)
ARM: iommu: Include linux/kref.h in asm/dma-iommu.h
author
Laurent Pinchart
<
[email protected]
>
Sun, 16 Dec 2012 12:32:03 +0000
(13:32 +0100)
committer
Marek Szyprowski
<
[email protected]
>
Mon, 25 Feb 2013 14:30:40 +0000
(15:30 +0100)
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 <
[email protected]
>
Signed-off-by: Marek Szyprowski <
[email protected]
>
arch/arm/include/asm/dma-iommu.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/dma-iommu.h
b/arch/arm/include/asm/dma-iommu.h
index 799b09409fad7d6068c4a8f5407ed0586de9f6c1..666d8a8c3a2b0664992e6169e92e8e00dce23897 100644
(file)
--- a/
arch/arm/include/asm/dma-iommu.h
+++ b/
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 */