Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312631
b: refs/heads/master
c: 257ee3c
h: refs/heads/master
i:
  312629: f88aa11
  312627: 95a2135
  312623: fe17072
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jul 12, 2012
1 parent f72642c commit ae07369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 4506c6d5ea5dddab562fd06398fd9b8d1681bbd0
refs/heads/master: 257ee3c6dde02c2c93334f802a8fc34825c75369
5 changes: 0 additions & 5 deletions trunk/drivers/regulator/aat2870-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ struct aat2870_regulator {
struct aat2870_data *aat2870;
struct regulator_desc desc;

int min_uV;
int max_uV;

u8 enable_addr;
u8 enable_shift;
u8 enable_mask;
Expand Down Expand Up @@ -127,8 +124,6 @@ static const unsigned int aat2870_ldo_voltages[] = {
.type = REGULATOR_VOLTAGE, \
.owner = THIS_MODULE, \
}, \
.min_uV = 1200000, \
.max_uV = 3300000, \
}

static struct aat2870_regulator aat2870_regulators[] = {
Expand Down

0 comments on commit ae07369

Please sign in to comment.