diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-18 22:13:23 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-18 22:13:23 +0000 |
commit | 04a4a0b7c6ab2c36e0cf645a42dca0cce0fa281e (patch) | |
tree | 6c2d781676e4066eea8050160431ef67ca3f11de /drivers/net/au1000_eth.c | |
parent | a99f258ce7f325455fd36fc38cfa28de704ade17 (diff) |
Move Alchemy board to the new interrupt handling plus various other
cleanup. Patch from Pete Popov.
Diffstat (limited to 'drivers/net/au1000_eth.c')
-rw-r--r-- | drivers/net/au1000_eth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c index 297c7c6ca..3ebf32ab1 100644 --- a/drivers/net/au1000_eth.c +++ b/drivers/net/au1000_eth.c @@ -194,7 +194,7 @@ int bcm_5201_reset(struct net_device *dev, int phy_addr) } int -bcm_5201_status(struct net_device *dev, int phy_addr, int *link, int *speed) +bcm_5201_status(struct net_device *dev, int phy_addr, u16 *link, u16 *speed) { u16 mii_data; struct au1000_private *aup; @@ -246,7 +246,7 @@ int am79c901_reset(struct net_device *dev, int phy_addr) } int -am79c901_status(struct net_device *dev, int phy_addr, int *link, int *speed) +am79c901_status(struct net_device *dev, int phy_addr, u16 *link, u16 *speed) { return 0; } |