Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312559
b: refs/heads/master
c: 2c19ad4
h: refs/heads/master
i:
  312557: 2d6bb3c
  312555: d6a4f1f
  312551: a29b09b
  312543: 1152ba3
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jun 19, 2012
1 parent f9c993e commit 78baca0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e8e5c34cf1a8beaaf0a6a05c053592693bf8cb4
refs/heads/master: 2c19ad43d1a4b0e376a0c764e3c2350afd018fac
1 change: 0 additions & 1 deletion trunk/drivers/regulator/mc13892-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ static int mc13892_sw_regulator_set_voltage_sel(struct regulator_dev *rdev,
}

static struct regulator_ops mc13892_sw_regulator_ops = {
.is_enabled = mc13xxx_sw_regulator_is_enabled,
.list_voltage = regulator_list_voltage_table,
.set_voltage_sel = mc13892_sw_regulator_set_voltage_sel,
.get_voltage = mc13892_sw_regulator_get_voltage,
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/regulator/mc13xxx-regulator-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ struct regulator_ops mc13xxx_fixed_regulator_ops = {
};
EXPORT_SYMBOL_GPL(mc13xxx_fixed_regulator_ops);

int mc13xxx_sw_regulator_is_enabled(struct regulator_dev *rdev)
{
return 1;
}
EXPORT_SYMBOL_GPL(mc13xxx_sw_regulator_is_enabled);

#ifdef CONFIG_OF
int __devinit mc13xxx_get_num_regulators_dt(struct platform_device *pdev)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/regulator/mc13xxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ struct mc13xxx_regulator_priv {
};

extern int mc13xxx_sw_regulator(struct regulator_dev *rdev);
extern int mc13xxx_sw_regulator_is_enabled(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 78baca0

Please sign in to comment.