diff options
Diffstat (limited to 'lib/iommu-helper.c')
| -rw-r--r-- | lib/iommu-helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/iommu-helper.c b/lib/iommu-helper.c index da053313ee5c..c27e269210c4 100644 --- a/lib/iommu-helper.c +++ b/lib/iommu-helper.c | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | * IOMMU helper functions for the free area management | 2 | * IOMMU helper functions for the free area management |
| 3 | */ | 3 | */ |
| 4 | 4 | ||
| 5 | #include <linux/module.h> | 5 | #include <linux/export.h> |
| 6 | #include <linux/bitmap.h> | 6 | #include <linux/bitmap.h> |
| 7 | #include <linux/bug.h> | ||
| 7 | 8 | ||
| 8 | int iommu_is_span_boundary(unsigned int index, unsigned int nr, | 9 | int iommu_is_span_boundary(unsigned int index, unsigned int nr, |
| 9 | unsigned long shift, | 10 | unsigned long shift, |
