X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=drivers%2Fnet%2Ffec_mpc52xx.c;h=8bbe7f6179949c30b167d82cb2236394af9332c4;hp=2d0a198882ab9df0ef85f5324b8eb42568aac0c0;hb=ef8a97bbc92ec07e3a07a81cc011dc549f8c7a23;hpb=6c8ad3b07f7d9efdc41396db6da0aed906922701 diff --git a/drivers/net/fec_mpc52xx.c b/drivers/net/fec_mpc52xx.c index 2d0a198882ab..8bbe7f617994 100644 --- a/drivers/net/fec_mpc52xx.c +++ b/drivers/net/fec_mpc52xx.c @@ -1134,9 +1134,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", }, { } };