Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6880e7cb35bfde5c8ef65cc846e0df54808f982f
Commit:     6880e7cb35bfde5c8ef65cc846e0df54808f982f
Parent:     c1b7151a5ef4f35fb116d1a2689c5280938b0e8d
Author:     Sebastian Siewior <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 17 10:52:22 2007 +0200
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Wed Oct 17 20:11:28 2007 -0400

    gianfar: remove orphan struct.
    
    struct net_device_stats is no longer used in driver's private
    struct but in struct net_device.
    
    Cc: Li Yang <[EMAIL PROTECTED]>
    Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/gianfar.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h
index c16cc8b..46cd773 100644
--- a/drivers/net/gianfar.h
+++ b/drivers/net/gianfar.h
@@ -749,7 +749,6 @@ struct gfar_private {
        uint32_t msg_enable;
 
        /* Network Statistics */
-       struct net_device_stats stats;
        struct gfar_extra_stats extra_stats;
 };
 
-
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