1
0
Fork 0

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: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
hifive-unleashed-5.1
Thierry Reding 2012-07-25 16:24:49 +02:00 committed by Joerg Roedel
parent d2900bd63f
commit 76582d0a68
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#define __LINUX_IOMMU_H
#include <linux/errno.h>
#include <linux/types.h>
#define IOMMU_READ (1)
#define IOMMU_WRITE (2)