iommu/msm: Fix compile error in mach-msm/devices-iommu.c
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 6 Dec 2011 10:17:34 +0000 (11:17 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 6 Dec 2011 10:17:34 +0000 (11:17 +0100)
Fix compile error due to missing <linux/module.h> include.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/arm/mach-msm/devices-iommu.c

index 24030d0..0fb7a17 100644 (file)
@@ -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>