Skip to content

Commit

Permalink
iommu/msm: Fix compile error in mach-msm/devices-iommu.c
Browse files Browse the repository at this point in the history
Fix compile error due to missing <linux/module.h> include.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
  • Loading branch information
Joerg Roedel committed Dec 6, 2011
1 parent 91ec37c commit 96f176a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-msm/devices-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 96f176a

Please sign in to comment.