Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>