diff options
Diffstat (limited to 'drivers/hwmon/gl520sm.c')
-rw-r--r-- | drivers/hwmon/gl520sm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/gl520sm.c b/drivers/hwmon/gl520sm.c index de6608a159c3..12fd757066fc 100644 --- a/drivers/hwmon/gl520sm.c +++ b/drivers/hwmon/gl520sm.c | |||
@@ -26,8 +26,8 @@ | |||
26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
27 | #include <linux/jiffies.h> | 27 | #include <linux/jiffies.h> |
28 | #include <linux/i2c.h> | 28 | #include <linux/i2c.h> |
29 | #include <linux/i2c-vid.h> | ||
30 | #include <linux/hwmon.h> | 29 | #include <linux/hwmon.h> |
30 | #include <linux/hwmon-vid.h> | ||
31 | #include <linux/err.h> | 31 | #include <linux/err.h> |
32 | 32 | ||
33 | /* Type of the extra sensor */ | 33 | /* Type of the extra sensor */ |
@@ -617,7 +617,7 @@ static void gl520_init_client(struct i2c_client *client) | |||
617 | conf = oldconf = gl520_read_value(client, GL520_REG_CONF); | 617 | conf = oldconf = gl520_read_value(client, GL520_REG_CONF); |
618 | 618 | ||
619 | data->alarm_mask = 0xff; | 619 | data->alarm_mask = 0xff; |
620 | data->vrm = i2c_which_vrm(); | 620 | data->vrm = vid_which_vrm(); |
621 | 621 | ||
622 | if (extra_sensor_type == 1) | 622 | if (extra_sensor_type == 1) |
623 | conf &= ~0x10; | 623 | conf &= ~0x10; |