ALSA: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / sound / ppc / keywest.c
index 0c4f439..dfc1fc9 100644 (file)
@@ -90,7 +90,7 @@ static struct i2c_driver keywest_driver = {
        .driver = {
                .name = "PMac Keywest Audio",
        },
-       .probe_new = keywest_probe,
+       .probe = keywest_probe,
        .remove = keywest_remove,
        .id_table = keywest_i2c_id,
 };