dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
David Brown 2012-01-05 15:55:46 -08:00
parent eca55f4d9c
commit 5e1a0f9f8d
1 changed files with 1 additions and 0 deletions

View 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>