summaryrefslogtreecommitdiff
path: root/include/linux/mfd/twl6040.h
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-07-11 02:06:34 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-16 13:27:09 (GMT)
commitc600040f0d1fecbbe4582c00d99d8f5c4ffd0390 (patch)
tree5d7b878d2e0aaa814f768693101213e1a46d48f4 /include/linux/mfd/twl6040.h
parent706c96b7208b6b4f070b7f5c104ea917c48043f5 (diff)
downloadlinux-fsl-qoriq-c600040f0d1fecbbe4582c00d99d8f5c4ffd0390.tar.xz
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/twl6040.h')
-rw-r--r--include/linux/mfd/twl6040.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/twl6040.h b/include/linux/mfd/twl6040.h
index 6659487..dcc0e12 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;