diff options
author | Thierry Reding <[email protected]> | 2012-07-25 16:24:49 +0200 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2012-08-03 16:04:43 +0200 |
commit | 76582d0a68ab6c46987dd678165c26ad81c44cdb (patch) | |
tree | 332dea0056a0858710806a099957472577f67c39 | |
parent | d2900bd63f65bf1f40bf17f3c51457ae29fae6a8 (diff) |
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 <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
-rw-r--r-- | include/linux/iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 54d6d690073c..0a85199191b9 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -20,6 +20,7 @@ #define __LINUX_IOMMU_H #include <linux/errno.h> +#include <linux/types.h> #define IOMMU_READ (1) #define IOMMU_WRITE (2) |