提交 6a0b1013 编写于 作者: J Jean Delvare 提交者: Jean Delvare

hwmon: Drop unused mutexes in two drivers

Signed-off-by: NJean Delvare <khali@linux-fr.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册