Skip to content

Commit

Permalink
Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/lin…
Browse files Browse the repository at this point in the history
…ux-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
  • Loading branch information
Olof Johansson committed Jan 17, 2012
2 parents bbc390a + 5e1a0f9 commit 916e5eb
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 916e5eb

Please sign in to comment.