projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76582d0
)
iommu: Add missing forward declaration in include file
author
Joerg Roedel
<joerg.roedel@amd.com>
Fri, 3 Aug 2012 13:55:41 +0000
(15:55 +0200)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Fri, 3 Aug 2012 14:04:43 +0000
(16:04 +0200)
The 'struct notifier_block' is not used in linux/iommu.h but
not declared anywhere. Add a forward declaration for it.
Reported-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
include/linux/iommu.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/iommu.h
b/include/linux/iommu.h
index 0a85199191b9377fbdd89ee1d7e69e3b1e0df76d..7e83370e6fd2b134691e7fa348529e70d0a1ae56 100644
(file)
--- a/
include/linux/iommu.h
+++ b/
include/linux/iommu.h
@@
-31,6
+31,7
@@
struct iommu_group;
struct bus_type;
struct device;
struct iommu_domain;
+struct notifier_block;
/* iommu fault flags */
#define IOMMU_FAULT_READ 0x0