Commit 6a0b1013 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare

hwmon: Drop unused mutexes in two drivers

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent f8d0c19a
...@@ -261,7 +261,6 @@ struct pwm_data { ...@@ -261,7 +261,6 @@ struct pwm_data {
struct adm1026_data { struct adm1026_data {
struct i2c_client client; struct i2c_client client;
struct class_device *class_dev; struct class_device *class_dev;
struct mutex lock;
enum chips type; enum chips type;
struct mutex update_lock; struct mutex update_lock;
......
...@@ -332,7 +332,6 @@ struct lm85_autofan { ...@@ -332,7 +332,6 @@ struct lm85_autofan {
struct lm85_data { struct lm85_data {
struct i2c_client client; struct i2c_client client;
struct class_device *class_dev; struct class_device *class_dev;
struct mutex lock;
enum chips type; enum chips type;
struct mutex update_lock; struct mutex update_lock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment