diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-07-10 22:06:34 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-16 09:27:09 -0400 |
commit | c600040f0d1fecbbe4582c00d99d8f5c4ffd0390 (patch) | |
tree | 5d7b878d2e0aaa814f768693101213e1a46d48f4 /include/linux/mfd | |
parent | 706c96b7208b6b4f070b7f5c104ea917c48043f5 (diff) |
mfd: Remove unneeded io_mutex from struct twl6040
Current code has been converted to use regmap APIs, the io_mutex is not needed.
Thus remove the io_mutex.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/twl6040.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/twl6040.h b/include/linux/mfd/twl6040.h index 6659487c31e7..dcc0e12b8038 100644 --- a/include/linux/mfd/twl6040.h +++ b/include/linux/mfd/twl6040.h | |||
@@ -206,7 +206,6 @@ struct twl6040 { | |||
206 | struct regmap *regmap; | 206 | struct regmap *regmap; |
207 | struct regulator_bulk_data supplies[2]; /* supplies for vio, v2v1 */ | 207 | struct regulator_bulk_data supplies[2]; /* supplies for vio, v2v1 */ |
208 | struct mutex mutex; | 208 | struct mutex mutex; |
209 | struct mutex io_mutex; | ||
210 | struct mutex irq_mutex; | 209 | struct mutex irq_mutex; |
211 | struct mfd_cell cells[TWL6040_CELLS]; | 210 | struct mfd_cell cells[TWL6040_CELLS]; |
212 | struct completion ready; | 211 | struct completion ready; |