Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c798881e authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: mc13xxx: Remove extern function declaration for mc13xxx_sw_regulator



This function does not exist, remove the extern function declaration.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent d2cfdb05
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);