Merge commit 'origin/master' into next
[deliverable/linux.git] / drivers / net / fec_mpc52xx.c
index cd8e98b45ec50d9e253dcc9251ce8e62f8703ab6..049b0a7e01f36b7278c984b7cf3fe47ca385fc7a 100644 (file)
@@ -1123,9 +1123,9 @@ static int mpc52xx_fec_of_resume(struct of_device *op)
 #endif
 
 static struct of_device_id mpc52xx_fec_match[] = {
-       { .type = "network", .compatible = "fsl,mpc5200b-fec", },
-       { .type = "network", .compatible = "fsl,mpc5200-fec", },
-       { .type = "network", .compatible = "mpc5200-fec", },
+       { .compatible = "fsl,mpc5200b-fec", },
+       { .compatible = "fsl,mpc5200-fec", },
+       { .compatible = "mpc5200-fec", },
        { }
 };
 
This page took 0.041277 seconds and 5 git commands to generate.