Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba1eabfa authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu: Add missing forward declaration in include file



The 'struct notifier_block' is not used in linux/iommu.h but
not declared anywhere. Add a forward declaration for it.

Reported-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 76582d0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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