Browse Source

fix args to _disable routine

tags/v0.9.3
Marty Connor 19 years ago
parent
commit
c4964c3e3a
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/arch/i386/drivers/net/undi.c

+ 1
- 2
src/arch/i386/drivers/net/undi.c View File

1331
 /**************************************************************************
1331
 /**************************************************************************
1332
 DISABLE - Turn off ethernet interface
1332
 DISABLE - Turn off ethernet interface
1333
 ***************************************************************************/
1333
 ***************************************************************************/
1334
-static void undi_disable ( struct nic *nic __unused,
1335
-			   struct pci_device *pci __unused ) {
1334
+static void undi_disable ( struct nic *nic __unused ) {
1336
 	undi_full_shutdown();
1335
 	undi_full_shutdown();
1337
 	free_base_mem_data();
1336
 	free_base_mem_data();
1338
 }
1337
 }

Loading…
Cancel
Save