aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2012-01-05 15:55:46 -0800
committerDavid Brown <davidb@codeaurora.org>2012-01-06 11:07:57 -0800
commit5e1a0f9f8d604c21fd72a09b632e3cd9ae66d3a6 (patch)
tree1c1bc346d130faff68ac841235650465393d3d59 /arch
parentARM: msm: fix compilation flags for MSM_SCM (diff)
downloadlinux-dev-5e1a0f9f8d604c21fd72a09b632e3cd9ae66d3a6.tar.xz
linux-dev-5e1a0f9f8d604c21fd72a09b632e3cd9ae66d3a6.zip
ARM: msm: vreg is a module and so needs module.h
The MSM7201 vreg appears to have gotten missed in the module.h cleanup. Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-msm/vreg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/vreg.c b/arch/arm/mach-msm/vreg.c
index a9103bc6615f..bd66ed04d6dc 100644
--- a/arch/arm/mach-msm/vreg.c
+++ b/arch/arm/mach-msm/vreg.c
@@ -19,6 +19,7 @@
#include <linux/device.h>
#include <linux/init.h>
#include <linux/debugfs.h>
+#include <linux/module.h>
#include <linux/string.h>
#include <mach/vreg.h>