Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2278e8119d9465b498763af7c1077b558f7599b1
Commit:     2278e8119d9465b498763af7c1077b558f7599b1
Parent:     101142c37be8e5af9b847860219217e6b958c739
Author:     Stefan Roese <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 6 23:21:59 2008 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Fri Feb 15 21:32:51 2008 -0600

    [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 <[EMAIL PROTECTED]>
    Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
    Acked-by: Jeff Garzik <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 drivers/net/ibm_newemac/rgmii.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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",
        },
        {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to