aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-01-16 22:45:56 -0800
committerOlof Johansson <olof@lixom.net>2012-01-16 22:45:56 -0800
commit916e5ebb9f5a154bb845d555a1a84ef48411b73a (patch)
treeac7aa579e926f013bd576c58e79d534f59d52767 /arch
parentMerge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji into fixes (diff)
parentARM: msm: vreg is a module and so needs module.h (diff)
downloadlinux-dev-916e5ebb9f5a154bb845d555a1a84ef48411b73a.tar.xz
linux-dev-916e5ebb9f5a154bb845d555a1a84ef48411b73a.zip
Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into fixes
* 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm: ARM: msm: vreg is a module and so needs module.h
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>