rtc: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / drivers / rtc / rtc-rx8010.c
index b9c8dad..f44e212 100644 (file)
@@ -424,7 +424,7 @@ static struct i2c_driver rx8010_driver = {
                .name = "rtc-rx8010",
                .of_match_table = of_match_ptr(rx8010_of_match),
        },
-       .probe_new      = rx8010_probe,
+       .probe          = rx8010_probe,
        .id_table       = rx8010_id,
 };