projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2cfdb0
)
regulator: mc13xxx: Remove extern function declaration for mc13xxx_sw_regulator
author
Axel Lin
<axel.lin@gmail.com>
Fri, 20 Jul 2012 04:30:34 +0000
(12:30 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 20 Jul 2012 10:12:14 +0000
(11:12 +0100)
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>
drivers/regulator/mc13xxx.h
patch
|
blob
|
history
diff --git
a/drivers/regulator/mc13xxx.h
b/drivers/regulator/mc13xxx.h
index
8343a25
..
eaff551
100644
(file)
--- 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);