Skip to content

Commit

Permalink
regulator: mc13xxx: Remove extern function declaration for mc13xxx_sw…
Browse files Browse the repository at this point in the history
…_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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Jul 20, 2012
1 parent d2cfdb0 commit c798881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/regulator/mc13xxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ struct mc13xxx_regulator_priv {
struct regulator_dev *regulators[];
};

extern int mc13xxx_sw_regulator(struct regulator_dev *rdev);
extern int mc13xxx_fixed_regulator_set_voltage(struct regulator_dev *rdev,
int min_uV, int max_uV, unsigned *selector);
extern int mc13xxx_fixed_regulator_get_voltage(struct regulator_dev *rdev);
Expand Down

0 comments on commit c798881

Please sign in to comment.