hwmon: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / drivers / hwmon / amc6821.c
index 3bfd12f..2a7a4b6 100644 (file)
@@ -939,7 +939,7 @@ static struct i2c_driver amc6821_driver = {
        .driver = {
                .name   = "amc6821",
        },
-       .probe_new = amc6821_probe,
+       .probe = amc6821_probe,
        .id_table = amc6821_id,
        .detect = amc6821_detect,
        .address_list = normal_i2c,