diff options
| -rw-r--r-- | drivers/mfd/tps65910.c | 1 | ||||
| -rw-r--r-- | include/linux/mfd/tps65910.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index ca3783350ccf..c160c2d76f79 100644 --- a/drivers/mfd/tps65910.c +++ b/drivers/mfd/tps65910.c | |||
| @@ -486,7 +486,6 @@ static __devinit int tps65910_i2c_probe(struct i2c_client *i2c, | |||
| 486 | tps65910->dev = &i2c->dev; | 486 | tps65910->dev = &i2c->dev; |
| 487 | tps65910->i2c_client = i2c; | 487 | tps65910->i2c_client = i2c; |
| 488 | tps65910->id = chip_id; | 488 | tps65910->id = chip_id; |
| 489 | mutex_init(&tps65910->io_mutex); | ||
| 490 | 489 | ||
| 491 | tps65910->regmap = devm_regmap_init_i2c(i2c, &tps65910_regmap_config); | 490 | tps65910->regmap = devm_regmap_init_i2c(i2c, &tps65910_regmap_config); |
| 492 | if (IS_ERR(tps65910->regmap)) { | 491 | if (IS_ERR(tps65910->regmap)) { |
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h index 0b16903f7e88..20e433e551e3 100644 --- a/include/linux/mfd/tps65910.h +++ b/include/linux/mfd/tps65910.h | |||
| @@ -893,7 +893,6 @@ struct tps65910 { | |||
| 893 | struct device *dev; | 893 | struct device *dev; |
| 894 | struct i2c_client *i2c_client; | 894 | struct i2c_client *i2c_client; |
| 895 | struct regmap *regmap; | 895 | struct regmap *regmap; |
| 896 | struct mutex io_mutex; | ||
| 897 | unsigned int id; | 896 | unsigned int id; |
| 898 | 897 | ||
| 899 | /* Client devices */ | 898 | /* Client devices */ |
| @@ -907,7 +906,6 @@ struct tps65910 { | |||
| 907 | /* IRQ Handling */ | 906 | /* IRQ Handling */ |
| 908 | int chip_irq; | 907 | int chip_irq; |
| 909 | struct regmap_irq_chip_data *irq_data; | 908 | struct regmap_irq_chip_data *irq_data; |
| 910 | struct irq_domain *domain; | ||
| 911 | }; | 909 | }; |
| 912 | 910 | ||
| 913 | struct tps65910_platform_data { | 911 | struct tps65910_platform_data { |
