aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm85.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-02-14 15:15:03 -0500
committerJean Delvare <khali@arrakis.delvare>2007-02-14 15:15:03 -0500
commit6a0b1013c61396e588540713c8389038e7d0fead (patch)
tree839727531bcc46b8c0b3106cb7fa5137682af55d /drivers/hwmon/lm85.c
parentf8d0c19a93cea3a26a90f2462295e1e01a4cd250 (diff)
hwmon: Drop unused mutexes in two drivers
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/lm85.c')
-rw-r--r--drivers/hwmon/lm85.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c
index 2c3293cf69d1..bb7a13669e83 100644
--- a/drivers/hwmon/lm85.c
+++ b/drivers/hwmon/lm85.c
@@ -332,7 +332,6 @@ struct lm85_autofan {
332struct lm85_data { 332struct lm85_data {
333 struct i2c_client client; 333 struct i2c_client client;
334 struct class_device *class_dev; 334 struct class_device *class_dev;
335 struct mutex lock;
336 enum chips type; 335 enum chips type;
337 336
338 struct mutex update_lock; 337 struct mutex update_lock;