diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-07-11 10:06:34 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-16 15:27:09 +0200 |
commit | c600040f0d1fecbbe4582c00d99d8f5c4ffd0390 (patch) | |
tree | 5d7b878d2e0aaa814f768693101213e1a46d48f4 /include/linux/mfd | |
parent | 706c96b7208b6b4f070b7f5c104ea917c48043f5 (diff) | |
download | lwn-c600040f0d1fecbbe4582c00d99d8f5c4ffd0390.tar.gz lwn-c600040f0d1fecbbe4582c00d99d8f5c4ffd0390.zip |
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 { struct regmap *regmap; struct regulator_bulk_data supplies[2]; /* supplies for vio, v2v1 */ struct mutex mutex; - struct mutex io_mutex; struct mutex irq_mutex; struct mfd_cell cells[TWL6040_CELLS]; struct completion ready; |