Skip to content

Commit

Permalink
iommu: Include linux/types.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Reding authored and Joerg Roedel committed Aug 3, 2012
1 parent d2900bd commit 76582d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/iommu.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define __LINUX_IOMMU_H

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

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

0 comments on commit 76582d0

Please sign in to comment.