diff options
Diffstat (limited to 'lib/iommu-helper.c')
-rw-r--r-- | lib/iommu-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/iommu-helper.c b/lib/iommu-helper.c index 8b1ab6222562..c27e269210c4 100644 --- a/lib/iommu-helper.c +++ b/lib/iommu-helper.c | |||
@@ -2,7 +2,7 @@ | |||
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 | #include <linux/bug.h> |
8 | 8 | ||