aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/devices-iommu.c
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2011-12-06 11:17:34 +0100
committerJoerg Roedel <joerg.roedel@amd.com>2011-12-06 11:17:34 +0100
commit96f176a310e447966e45112fe4511b9d9fa0caf4 (patch)
treec156b9997cec5fb401356fab212e4aca0e8d1c96 /arch/arm/mach-msm/devices-iommu.c
parentFix comparison using wrong pointer variable in dma debug code (diff)
downloadlinux-dev-96f176a310e447966e45112fe4511b9d9fa0caf4.tar.xz
linux-dev-96f176a310e447966e45112fe4511b9d9fa0caf4.zip
iommu/msm: Fix compile error in mach-msm/devices-iommu.c
Fix compile error due to missing <linux/module.h> include. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/arm/mach-msm/devices-iommu.c')
-rw-r--r--arch/arm/mach-msm/devices-iommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices-iommu.c b/arch/arm/mach-msm/devices-iommu.c
index 24030d0da6e3..0fb7a17df398 100644
--- a/arch/arm/mach-msm/devices-iommu.c
+++ b/arch/arm/mach-msm/devices-iommu.c
@@ -18,6 +18,7 @@
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/bootmem.h>
+#include <linux/module.h>
#include <mach/irqs.h>
#include <mach/iommu.h>