summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mc13xxx.h
diff options
context:
space:
mode:
authorAxel Lin2012-07-20 06:30:34 +0200
committerMark Brown2012-07-20 12:12:14 +0200
commitc798881e88000b6d45397ba0f40b88fe07f2fccd (patch)
tree2f337be89111354de51b261f966a948fbcee350f /drivers/regulator/mc13xxx.h
parentregulator: tps65910: set input_supply on desc unconditionally (diff)
downloadkernel-qcow2-linux-c798881e88000b6d45397ba0f40b88fe07f2fccd.tar.gz
kernel-qcow2-linux-c798881e88000b6d45397ba0f40b88fe07f2fccd.tar.xz
kernel-qcow2-linux-c798881e88000b6d45397ba0f40b88fe07f2fccd.zip
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/mc13xxx.h')
-rw-r--r--drivers/regulator/mc13xxx.h1
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 {
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);