aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-07-06 03:32:20 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-08 18:16:14 -0400
commitb8748096111b483de8a544cc220510dff17bbff9 (patch)
treeaf190720dc710adc899bd3804891fd462363ff2c /include/linux/mfd
parent2573f6d36e73e080fc1d9d9ac7dfaf2253a61434 (diff)
mfd: Remove unused max77686 iolock mutex
Now this driver is using regmap API, the iolock mutex is not used and can be removed. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/max77686-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/max77686-private.h b/include/linux/mfd/max77686-private.h
index 962f65e72b71..d327d4971e4f 100644
--- a/include/linux/mfd/max77686-private.h
+++ b/include/linux/mfd/max77686-private.h
@@ -219,7 +219,6 @@ struct max77686_dev {
219 struct device *dev; 219 struct device *dev;
220 struct i2c_client *i2c; /* 0xcc / PMIC, Battery Control, and FLASH */ 220 struct i2c_client *i2c; /* 0xcc / PMIC, Battery Control, and FLASH */
221 struct i2c_client *rtc; /* slave addr 0x0c */ 221 struct i2c_client *rtc; /* slave addr 0x0c */
222 struct mutex iolock;
223 222
224 int type; 223 int type;
225 224