rtc: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / drivers / rtc / rtc-max6900.c
index 0a33851..31b910e 100644 (file)
@@ -224,7 +224,7 @@ static struct i2c_driver max6900_driver = {
        .driver = {
                   .name = "rtc-max6900",
                   },
-       .probe_new = max6900_probe,
+       .probe = max6900_probe,
        .id_table = max6900_id,
 };