projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ec37c
)
iommu/msm: Fix compile error in mach-msm/devices-iommu.c
author
Joerg Roedel
<joerg.roedel@amd.com>
Tue, 6 Dec 2011 10:17:34 +0000
(11:17 +0100)
committer
Joerg 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-msm/devices-iommu.c
b/arch/arm/mach-msm/devices-iommu.c
index
24030d0
..
0fb7a17
100644
(file)
--- 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>