Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296846
b: refs/heads/master
c: 91d6a9a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Mar 6, 2012
1 parent 8d15786 commit 49e6d9d
Show file tree
Hide file tree
Showing 3 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: 485540dce01cf4b4d3629141399678e35e66b711
refs/heads/master: 91d6a9a6c0d98ef6daeaf229e5acada652b4f6f0
3 changes: 0 additions & 3 deletions trunk/drivers/mfd/da9052-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/mutex.h>
#include <linux/mfd/core.h>
#include <linux/slab.h>
#include <linux/module.h>
Expand Down Expand Up @@ -647,8 +646,6 @@ int __devinit da9052_device_init(struct da9052 *da9052, u8 chip_id)
struct irq_desc *desc;
int ret;

mutex_init(&da9052->io_lock);

if (pdata && pdata->init != NULL)
pdata->init(da9052);

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/mfd/da9052/da9052.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ enum da9052_chip_id {
struct da9052_pdata;

struct da9052 {
struct mutex io_lock;

struct device *dev;
struct regmap *regmap;

Expand Down

0 comments on commit 49e6d9d

Please sign in to comment.