[PATCH] hwmon: hwmon vs i2c, second round (07/11)
[deliverable/linux.git] / drivers / hwmon / adm1025.c
index 229fd0de6f9e8d1cf5aa5c355d8d55e2fc3bc3ee..526b7ff179ebb83c0bc1197a978e85344424a6c8 100644 (file)
@@ -50,8 +50,8 @@
 #include <linux/slab.h>
 #include <linux/jiffies.h>
 #include <linux/i2c.h>
-#include <linux/i2c-vid.h>
 #include <linux/hwmon.h>
+#include <linux/hwmon-vid.h>
 #include <linux/err.h>
 
 /*
@@ -473,7 +473,7 @@ static void adm1025_init_client(struct i2c_client *client)
        struct adm1025_data *data = i2c_get_clientdata(client);
        int i;
 
-       data->vrm = i2c_which_vrm();
+       data->vrm = vid_which_vrm();
 
        /*
         * Set high limits
This page took 0.025865 seconds and 5 git commands to generate.