summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-25 12:13:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-25 12:13:18 +0000
commit5211c0c0b7fe60088060e21ab2bd2261f6877163 (patch)
treef6634d4fedfb9271c76dc1a144316f2c379625ef /target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
parent681aa38e22873f07ede0c7efd81007a5b581a1ee (diff)
downloadmaster-31e0f0ae-5211c0c0b7fe60088060e21ab2bd2261f6877163.tar.gz
master-31e0f0ae-5211c0c0b7fe60088060e21ab2bd2261f6877163.tar.bz2
master-31e0f0ae-5211c0c0b7fe60088060e21ab2bd2261f6877163.zip
ixp4xx: refresh patches
SVN-Revision: 17397
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch b/target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
index 885ececed0..6120176b6c 100644
--- a/target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
+++ b/target/linux/ixp4xx/patches-2.6.30/205-npe_driver_separate_phy_functions.patch
@@ -73,7 +73,7 @@
if (!ports_open)
qmgr_disable_irq(TXDONE_QUEUE);
-@@ -1149,7 +1195,6 @@ static int __devinit eth_init_one(struct
+@@ -1151,7 +1197,6 @@ static int __devinit eth_init_one(struct
struct net_device *dev;
struct eth_plat_info *plat = pdev->dev.platform_data;
u32 regs_phys;
@@ -81,7 +81,7 @@
int err;
if (!(dev = alloc_etherdev(sizeof(struct port))))
-@@ -1207,18 +1252,10 @@ static int __devinit eth_init_one(struct
+@@ -1209,18 +1254,10 @@ static int __devinit eth_init_one(struct
__raw_writel(DEFAULT_CORE_CNTRL, &port->regs->core_control);
udelay(50);
@@ -102,7 +102,7 @@
if ((err = register_netdev(dev)))
goto err_phy_dis;
-@@ -1245,7 +1282,7 @@ static int __devexit eth_remove_one(stru
+@@ -1247,7 +1284,7 @@ static int __devexit eth_remove_one(stru
struct net_device *dev = platform_get_drvdata(pdev);
struct port *port = netdev_priv(dev);