summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu-debug.c
diff options
context:
space:
mode:
authorPatrick Daly <pdaly@codeaurora.org>2016-02-10 19:59:33 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:15:37 -0700
commitb04374214e2a9b20a07b8bc03ebc01653de5ff4b (patch)
tree77693f43b5bc4d4d12e0fbb156d9094232b80944 /drivers/iommu/iommu-debug.c
parent1ab98a5989a9ff1f5bf24bf06f30d183fa961ece (diff)
iommu-debug: Add proper header file for module_init()
Fix compilation on 4.4 kernel. Change-Id: I760e9adb94c15263e4bf653aec2e3c63e368c2bc Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
Diffstat (limited to 'drivers/iommu/iommu-debug.c')
-rw-r--r--drivers/iommu/iommu-debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/iommu-debug.c b/drivers/iommu/iommu-debug.c
index 909e55a70915..9fbdb4acd5d7 100644
--- a/drivers/iommu/iommu-debug.c
+++ b/drivers/iommu/iommu-debug.c
@@ -23,6 +23,7 @@
#include <linux/uaccess.h>
#include <soc/qcom/secure_buffer.h>
#include <linux/qcom_iommu.h>
+#include <linux/module.h>
#ifdef CONFIG_IOMMU_DEBUG_TRACKING