diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-07-20 00:30:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-20 06:12:14 -0400 |
commit | c798881e88000b6d45397ba0f40b88fe07f2fccd (patch) | |
tree | 2f337be89111354de51b261f966a948fbcee350f /drivers/regulator | |
parent | d2cfdb055d77f8d0864d75adfc1a3f0e0ec40e69 (diff) |
regulator: mc13xxx: Remove extern function declaration for mc13xxx_sw_regulator
This function does not exist, remove the extern function declaration.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/mc13xxx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mc13xxx.h b/drivers/regulator/mc13xxx.h index 8343a25888d2..eaff5510b6df 100644 --- a/drivers/regulator/mc13xxx.h +++ b/drivers/regulator/mc13xxx.h | |||
@@ -32,7 +32,6 @@ struct mc13xxx_regulator_priv { | |||
32 | struct regulator_dev *regulators[]; | 32 | struct regulator_dev *regulators[]; |
33 | }; | 33 | }; |
34 | 34 | ||
35 | extern int mc13xxx_sw_regulator(struct regulator_dev *rdev); | ||
36 | extern int mc13xxx_fixed_regulator_set_voltage(struct regulator_dev *rdev, | 35 | extern int mc13xxx_fixed_regulator_set_voltage(struct regulator_dev *rdev, |
37 | int min_uV, int max_uV, unsigned *selector); | 36 | int min_uV, int max_uV, unsigned *selector); |
38 | extern int mc13xxx_fixed_regulator_get_voltage(struct regulator_dev *rdev); | 37 | extern int mc13xxx_fixed_regulator_get_voltage(struct regulator_dev *rdev); |