]> Pileus Git - ~andy/linux/commitdiff
Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into...
authorOlof Johansson <olof@lixom.net>
Tue, 17 Jan 2012 06:45:56 +0000 (22:45 -0800)
committerOlof Johansson <olof@lixom.net>
Tue, 17 Jan 2012 06:45:56 +0000 (22:45 -0800)
* 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm:
  ARM: msm: vreg is a module and so needs module.h

arch/arm/mach-msm/vreg.c

index a9103bc6615f01ac526d8b085939fb4f20433ffb..bd66ed04d6dc0edfdc489a56a7f1e9fb84dbafc1 100644 (file)
@@ -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>