Skip to content

Commit 96f176a

Browse files
committed
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 <[email protected]>
1 parent 91ec37c commit 96f176a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-msm/devices-iommu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <linux/kernel.h>
1919
#include <linux/platform_device.h>
2020
#include <linux/bootmem.h>
21+
#include <linux/module.h>
2122
#include <mach/irqs.h>
2223
#include <mach/iommu.h>
2324

0 commit comments

Comments
 (0)