gpio: Switch i2c drivers back to use .probe()
[linux-2.6-block.git] / drivers / gpio / gpio-max7300.c
index cf482f4f0098297a3ab59348082ee051634fdd37..31c2b95321cc20e9c1589ae08f3e27c16f8897f1 100644 (file)
@@ -62,7 +62,7 @@ static struct i2c_driver max7300_driver = {
        .driver = {
                .name = "max7300",
        },
-       .probe_new = max7300_probe,
+       .probe = max7300_probe,
        .remove = max7300_remove,
        .id_table = max7300_id,
 };