Browse Source

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
Olof Johansson 13 years ago
parent
commit
916e5ebb9f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-msm/vreg.c

+ 1 - 0
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>