diff mbox

[1/2] r8169: remove useless struct member

Message ID 20090514214504.GA6374@electric-eye.fr.zoreil.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Francois Romieu May 14, 2009, 9:45 p.m. UTC
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
---
 drivers/net/r8169.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

David Miller May 19, 2009, 9:32 p.m. UTC | #1
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Thu, 14 May 2009 23:45:04 +0200

> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>

Applied to net-next-2.6
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index 0b6e8c8..f86bf31 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -479,7 +479,6 @@  struct rtl8169_private {
 	u16 intr_event;
 	u16 napi_event;
 	u16 intr_mask;
-	int phy_auto_nego_reg;
 	int phy_1000_ctrl_reg;
 #ifdef CONFIG_R8169_VLAN
 	struct vlan_group *vlgrp;
@@ -908,7 +907,6 @@  static int rtl8169_set_speed_xmii(struct net_device *dev,
 		mdio_write(ioaddr, 0x0e, 0x0000);
 	}
 
-	tp->phy_auto_nego_reg = auto_nego;
 	tp->phy_1000_ctrl_reg = giga_ctrl;
 
 	mdio_write(ioaddr, MII_ADVERTISE, auto_nego);