aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-07-06 15:32:20 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-09 00:16:14 +0200
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 962f65e72b7..d327d4971e4 100644
--- a/include/linux/mfd/max77686-private.h
+++ b/include/linux/mfd/max77686-private.h
@@ -219,7 +219,6 @@ struct max77686_dev {
struct device *dev;
struct i2c_client *i2c; /* 0xcc / PMIC, Battery Control, and FLASH */
struct i2c_client *rtc; /* slave addr 0x0c */
- struct mutex iolock;
int type;