Skip to content

Commit

Permalink
ARM: msm: vreg is a module and so needs module.h
Browse files Browse the repository at this point in the history
The MSM7201 vreg appears to have gotten missed in the module.h
cleanup.

Signed-off-by: David Brown <davidb@codeaurora.org>
  • Loading branch information
David Brown committed Jan 6, 2012
1 parent eca55f4 commit 5e1a0f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-msm/vreg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 5e1a0f9

Please sign in to comment.