Skip to content

Commit

Permalink
[POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Feb 16, 2008
1 parent 101142c commit 2278e81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ibm_newemac/rgmii.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down

0 comments on commit 2278e81

Please sign in to comment.