Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-microblaze.git] / drivers / hwmon / sht21.c
index f50b901..55c1794 100644 (file)
@@ -285,7 +285,7 @@ MODULE_DEVICE_TABLE(i2c, sht21_id);
 
 static struct i2c_driver sht21_driver = {
        .driver.name = "sht21",
-       .probe_new   = sht21_probe,
+       .probe       = sht21_probe,
        .id_table    = sht21_id,
 };