diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-02-22 11:43:40 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-06 18:46:48 +0100 |
commit | 91d6a9a6c0d98ef6daeaf229e5acada652b4f6f0 (patch) | |
tree | d691c5e8e8dcbc5416a2620705f0eb471b7ec899 /include | |
parent | 485540dce01cf4b4d3629141399678e35e66b711 (diff) |
mfd: Remove unused io_lock mutex from da9052
da9052 has been converted to use regmap API, so we can remove the unused
io_lock mutex.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/da9052/da9052.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/da9052/da9052.h b/include/linux/mfd/da9052/da9052.h index 5702d1be13b4..7ffbd6e9e7fc 100644 --- a/include/linux/mfd/da9052/da9052.h +++ b/include/linux/mfd/da9052/da9052.h @@ -76,8 +76,6 @@ enum da9052_chip_id { struct da9052_pdata; struct da9052 { - struct mutex io_lock; - struct device *dev; struct regmap *regmap; |