Browse Source

hwmon: Drop unused mutexes in two drivers

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Jean Delvare 18 years ago
parent
commit
6a0b1013c6
2 changed files with 0 additions and 2 deletions
  1. 0 1
      drivers/hwmon/adm1026.c
  2. 0 1
      drivers/hwmon/lm85.c

+ 0 - 1
drivers/hwmon/adm1026.c

@@ -261,7 +261,6 @@ struct pwm_data {
 struct adm1026_data {
 	struct i2c_client client;
 	struct class_device *class_dev;
-	struct mutex lock;
 	enum chips type;
 
 	struct mutex update_lock;

+ 0 - 1
drivers/hwmon/lm85.c

@@ -332,7 +332,6 @@ struct lm85_autofan {
 struct lm85_data {
 	struct i2c_client client;
 	struct class_device *class_dev;
-	struct mutex lock;
 	enum chips type;
 
 	struct mutex update_lock;