Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345046
b: refs/heads/master
c: 0e5fca8
h: refs/heads/master
v: v3
  • Loading branch information
Kim, Milo authored and Samuel Ortiz committed Nov 30, 2012
1 parent 1194ccc commit fc0cc9c
Show file tree
Hide file tree
Showing 3 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: 12a5105e04143569b3e9e5ef03cf9cad8862473a
refs/heads/master: 0e5fca8106199f5c680bb93e75c16381c4c256ce
1 change: 0 additions & 1 deletion trunk/drivers/mfd/tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ static __devinit int tps65910_i2c_probe(struct i2c_client *i2c,
tps65910->dev = &i2c->dev;
tps65910->i2c_client = i2c;
tps65910->id = chip_id;
mutex_init(&tps65910->io_mutex);

tps65910->regmap = devm_regmap_init_i2c(i2c, &tps65910_regmap_config);
if (IS_ERR(tps65910->regmap)) {
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/mfd/tps65910.h
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,6 @@ struct tps65910 {
struct device *dev;
struct i2c_client *i2c_client;
struct regmap *regmap;
struct mutex io_mutex;
unsigned int id;

/* Client devices */
Expand All @@ -907,7 +906,6 @@ struct tps65910 {
/* IRQ Handling */
int chip_irq;
struct regmap_irq_chip_data *irq_data;
struct irq_domain *domain;
};

struct tps65910_platform_data {
Expand Down

0 comments on commit fc0cc9c

Please sign in to comment.