From 1f3b2077bd5b98124de4efcf74d82f90e367d65c Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Wed, 10 Feb 2016 18:53:39 -0800 Subject: [PATCH] iommu/io-pgtable: Add module.h include file This is needed for the module_init/exit() macros. Change-Id: Ibbb757685b285c28fc8fae8cb27555dccebd9c86 Signed-off-by: Patrick Daly --- drivers/iommu/io-pgtable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/io-pgtable.c b/drivers/iommu/io-pgtable.c index 07690a9bf003..7e85e6a7c461 100644 --- a/drivers/iommu/io-pgtable.c +++ b/drivers/iommu/io-pgtable.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "io-pgtable.h"