diff options
Diffstat (limited to 'arch/arm/mach-msm/include/mach/vreg.h')
-rw-r--r-- | arch/arm/mach-msm/include/mach/vreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/include/mach/vreg.h b/arch/arm/mach-msm/include/mach/vreg.h index 9f9e25cb718..6626e7864e2 100644 --- a/arch/arm/mach-msm/include/mach/vreg.h +++ b/arch/arm/mach-msm/include/mach/vreg.h | |||
@@ -23,7 +23,7 @@ struct vreg *vreg_get(struct device *dev, const char *id); | |||
23 | void vreg_put(struct vreg *vreg); | 23 | void vreg_put(struct vreg *vreg); |
24 | 24 | ||
25 | int vreg_enable(struct vreg *vreg); | 25 | int vreg_enable(struct vreg *vreg); |
26 | void vreg_disable(struct vreg *vreg); | 26 | int vreg_disable(struct vreg *vreg); |
27 | int vreg_set_level(struct vreg *vreg, unsigned mv); | 27 | int vreg_set_level(struct vreg *vreg, unsigned mv); |
28 | 28 | ||
29 | #endif | 29 | #endif |