Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312621
b: refs/heads/master
c: aa85119
h: refs/heads/master
i:
  312619: 20d7a4a
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jul 9, 2012
1 parent bd471e0 commit bd73ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: b1a397dc1a59cc482e623e780514acb8bb29e3bf
refs/heads/master: aa851193bdf140c85b660c2a070e53316ad2a4d3
6 changes: 0 additions & 6 deletions trunk/drivers/regulator/max8998.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ static struct regulator_ops max8998_ldo_ops = {
.disable = max8998_ldo_disable,
.get_voltage_sel = max8998_get_voltage_sel,
.set_voltage_sel = max8998_set_voltage_ldo_sel,
.set_suspend_enable = max8998_ldo_enable,
.set_suspend_disable = max8998_ldo_disable,
};

static struct regulator_ops max8998_buck_ops = {
Expand All @@ -473,16 +471,12 @@ static struct regulator_ops max8998_buck_ops = {
.get_voltage_sel = max8998_get_voltage_sel,
.set_voltage_sel = max8998_set_voltage_buck_sel,
.set_voltage_time_sel = max8998_set_voltage_buck_time_sel,
.set_suspend_enable = max8998_ldo_enable,
.set_suspend_disable = max8998_ldo_disable,
};

static struct regulator_ops max8998_others_ops = {
.is_enabled = max8998_ldo_is_enabled,
.enable = max8998_ldo_enable,
.disable = max8998_ldo_disable,
.set_suspend_enable = max8998_ldo_enable,
.set_suspend_disable = max8998_ldo_disable,
};

static struct regulator_desc regulators[] = {
Expand Down

0 comments on commit bd73ba0

Please sign in to comment.