Commit 5e1a0f9f8d604c21fd72a09b632e3cd9ae66d3a6

Authored by David Brown
1 parent eca55f4d9c

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/mach-msm/vreg.c
... ... @@ -19,6 +19,7 @@
19 19 #include <linux/device.h>
20 20 #include <linux/init.h>
21 21 #include <linux/debugfs.h>
  22 +#include <linux/module.h>
22 23 #include <linux/string.h>
23 24 #include <mach/vreg.h>
24 25