summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/eepro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/eepro.c')
-rw-r--r--src/drivers/net/eepro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/eepro.c b/src/drivers/net/eepro.c
index a191a163..42450b9d 100644
--- a/src/drivers/net/eepro.c
+++ b/src/drivers/net/eepro.c
@@ -456,8 +456,7 @@ static void eepro_transmit(
/**************************************************************************
DISABLE - Turn off ethernet interface
***************************************************************************/
-static void eepro_disable(struct dev *dev __unused)
-{
+static void eepro_disable ( struct nic *nic __unused ) {
eepro_sw2bank0(ioaddr); /* Switch to bank 0 */
/* Flush the Tx and disable Rx */
outb(STOP_RCV_CMD, ioaddr);