forked from Minki/linux
[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 <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>
This commit is contained in:
parent
101142c37b
commit
2278e8119d
@ -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",
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user