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

Commit 9a08d376 authored by Wang YanQing's avatar Wang YanQing Committed by Joerg Roedel
Browse files

iommu: Include linux/err.h



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

Cc:joro@8bytes.org
Reviewed-by: default avatarAlex Williamson <alex.williamson@redhat.com>
Signed-off-by: default avatarWang YanQing <udknight@gmail.com>
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent 41ef2d56
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/err.h>
#include <linux/types.h>

#define IOMMU_READ	(1)