aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm85.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm85.c')
-rw-r--r--drivers/hwmon/lm85.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c
index aeb478815f72..ab214df9624b 100644
--- a/drivers/hwmon/lm85.c
+++ b/drivers/hwmon/lm85.c
@@ -28,8 +28,8 @@
28#include <linux/slab.h> 28#include <linux/slab.h>
29#include <linux/jiffies.h> 29#include <linux/jiffies.h>
30#include <linux/i2c.h> 30#include <linux/i2c.h>
31#include <linux/i2c-vid.h>
32#include <linux/hwmon.h> 31#include <linux/hwmon.h>
32#include <linux/hwmon-vid.h>
33#include <linux/err.h> 33#include <linux/err.h>
34 34
35/* Addresses to scan */ 35/* Addresses to scan */
@@ -1147,7 +1147,7 @@ int lm85_detect(struct i2c_adapter *adapter, int address,
1147 goto ERROR1; 1147 goto ERROR1;
1148 1148
1149 /* Set the VRM version */ 1149 /* Set the VRM version */
1150 data->vrm = i2c_which_vrm(); 1150 data->vrm = vid_which_vrm();
1151 1151
1152 /* Initialize the LM85 chip */ 1152 /* Initialize the LM85 chip */
1153 lm85_init_client(new_client); 1153 lm85_init_client(new_client);