Skip to content
Snippets Groups Projects
Commit 96f176a3 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu/msm: Fix compile error in mach-msm/devices-iommu.c


Fix compile error due to missing <linux/module.h> include.

Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 91ec37cc
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment