Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux-2.6-block.git] / drivers / net / ethernet / apm / xgene / xgene_enet_main.c
index 56f2b3c229af29acdd4bb4d5f41b252de0c8ea3d..44900026d11b5d22602af09889f445385560ad70 100644 (file)
@@ -2155,7 +2155,7 @@ static void xgene_enet_shutdown(struct platform_device *pdev)
 static struct platform_driver xgene_enet_driver = {
        .driver = {
                   .name = "xgene-enet",
-                  .of_match_table = of_match_ptr(xgene_enet_of_match),
+                  .of_match_table = xgene_enet_of_match,
                   .acpi_match_table = ACPI_PTR(xgene_enet_acpi_match),
        },
        .probe = xgene_enet_probe,