Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272402
b: refs/heads/master
c: dd32e11
h: refs/heads/master
v: v3
  • Loading branch information
MyungJoo Ham authored and Liam Girdwood committed Aug 8, 2011
1 parent 03705fb commit de3f1ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 84f8508a7d0357f841c2fa66b7c39d98c5b5e13e
refs/heads/master: dd32e11cdbc73e570f9fe7425fa820c97070a2c4
3 changes: 0 additions & 3 deletions trunk/drivers/regulator/max8952.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/max8952.h>
#include <linux/mutex.h>
#include <linux/gpio.h>
#include <linux/io.h>
#include <linux/slab.h>
Expand All @@ -47,7 +46,6 @@ enum {
struct max8952_data {
struct i2c_client *client;
struct device *dev;
struct mutex mutex;
struct max8952_platform_data *pdata;
struct regulator_dev *rdev;

Expand Down Expand Up @@ -208,7 +206,6 @@ static int __devinit max8952_pmic_probe(struct i2c_client *client,
max8952->client = client;
max8952->dev = &client->dev;
max8952->pdata = pdata;
mutex_init(&max8952->mutex);

max8952->rdev = regulator_register(&regulator, max8952->dev,
&pdata->reg_data, max8952);
Expand Down

0 comments on commit de3f1ed

Please sign in to comment.