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

Commit 76582d0a authored by Thierry Reding's avatar Thierry Reding Committed by Joerg Roedel
Browse files

iommu: Include linux/types.h



The linux/iommu.h header uses types defined in linux/types.h but doesn't
include it.

Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent d2900bd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#define __LINUX_IOMMU_H

#include <linux/errno.h>
#include <linux/types.h>

#define IOMMU_READ	(1)
#define IOMMU_WRITE	(2)