[POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table
authorStefan Roese <sr@denx.de>
Wed, 6 Feb 2008 12:21:59 +0000 (23:21 +1100)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Sat, 16 Feb 2008 03:32:51 +0000 (21:32 -0600)
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 <sr@denx.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
drivers/net/ibm_newemac/rgmii.c

index 9bc1132..5757788 100644 (file)
@@ -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",
        },
        {