From: Stefan Roese Date: Wed, 6 Feb 2008 12:21:59 +0000 (+1100) Subject: [POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table X-Git-Tag: v2.6.25-rc3~102^2~12 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=2278e8119d9465b498763af7c1077b558f7599b1;p=safe%2Fjmp%2Flinux-2.6 [POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table With the removal the the "rgmii-interface" device_type property from the dts files, the newemac driver needs an update to only rely on compatible property. Signed-off-by: Stefan Roese Acked-by: Benjamin Herrenschmidt Acked-by: Jeff Garzik Signed-off-by: Josh Boyer --- diff --git a/drivers/net/ibm_newemac/rgmii.c b/drivers/net/ibm_newemac/rgmii.c index 9bc1132..5757788 100644 --- a/drivers/net/ibm_newemac/rgmii.c +++ b/drivers/net/ibm_newemac/rgmii.c @@ -302,7 +302,6 @@ static int __devexit rgmii_remove(struct of_device *ofdev) static struct of_device_id rgmii_match[] = { { - .type = "rgmii-interface", .compatible = "ibm,rgmii", }, {