diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-07-06 15:32:20 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 00:16:14 +0200 |
commit | b8748096111b483de8a544cc220510dff17bbff9 (patch) | |
tree | af190720dc710adc899bd3804891fd462363ff2c /include/linux/mfd | |
parent | 2573f6d36e73e080fc1d9d9ac7dfaf2253a61434 (diff) | |
download | op-kernel-dev-b8748096111b483de8a544cc220510dff17bbff9.zip op-kernel-dev-b8748096111b483de8a544cc220510dff17bbff9.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/max77686-private.h b/include/linux/mfd/max77686-private.h index 962f65e..d327d49 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; |