diff options
-rw-r--r-- | arch/arm/mach-msm/vreg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/vreg.c b/arch/arm/mach-msm/vreg.c index a9103bc6615f..bd66ed04d6dc 100644 --- a/arch/arm/mach-msm/vreg.c +++ b/arch/arm/mach-msm/vreg.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/device.h> | 19 | #include <linux/device.h> |
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/debugfs.h> | 21 | #include <linux/debugfs.h> |
22 | #include <linux/module.h> | ||
22 | #include <linux/string.h> | 23 | #include <linux/string.h> |
23 | #include <mach/vreg.h> | 24 | #include <mach/vreg.h> |
24 | 25 | ||