diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2011-12-06 14:17:34 +0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2011-12-06 14:17:34 +0400 |
commit | 96f176a310e447966e45112fe4511b9d9fa0caf4 (patch) | |
tree | c156b9997cec5fb401356fab212e4aca0e8d1c96 /arch/arm/mach-msm | |
parent | 91ec37cc1015220965e39bf342fb846810d19e79 (diff) | |
download | linux-96f176a310e447966e45112fe4511b9d9fa0caf4.tar.xz |
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')
-rw-r--r-- | arch/arm/mach-msm/devices-iommu.c | 1 |
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> |