diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-31 20:10:34 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-31 20:10:34 +0000 |
commit | f622ac94c8cb804e6abd8cd45edf42d7cdeb3678 (patch) | |
tree | 4ca42fed519432996acb31d5e01823091d6078c6 /target/linux/ixp4xx/patches-2.6.31/204-npe_driver_add_missing_phy_disconnect.patch | |
parent | 2d033cdc390e1458704378997edd1ba3d4b04d97 (diff) |
ixp4xx: the missing phy_disconnect call has been added in upstream, remove that patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.31/204-npe_driver_add_missing_phy_disconnect.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.31/204-npe_driver_add_missing_phy_disconnect.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.31/204-npe_driver_add_missing_phy_disconnect.patch b/target/linux/ixp4xx/patches-2.6.31/204-npe_driver_add_missing_phy_disconnect.patch deleted file mode 100644 index b77dc0633..000000000 --- a/target/linux/ixp4xx/patches-2.6.31/204-npe_driver_add_missing_phy_disconnect.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/net/arm/ixp4xx_eth.c -+++ b/drivers/net/arm/ixp4xx_eth.c -@@ -1249,6 +1249,7 @@ static int __devexit eth_remove_one(stru - struct net_device *dev = platform_get_drvdata(pdev); - struct port *port = netdev_priv(dev); - -+ phy_disconnect(port->phydev); - unregister_netdev(dev); - phy_disconnect(port->phydev); - npe_port_tab[NPE_ID(port->id)] = NULL; |