david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

fix args to _disable routine

This commit is contained in:
Marty Connor 2006-09-19 15:01:16 +00:00
parent 31d65dd73f
commit c4964c3e3a
1 changed files with 1 additions and 2 deletions

View File

@ -1331,8 +1331,7 @@ static void undi_transmit(
/**************************************************************************
DISABLE - Turn off ethernet interface
***************************************************************************/
static void undi_disable ( struct nic *nic __unused,
struct pci_device *pci __unused ) {
static void undi_disable ( struct nic *nic __unused ) {
undi_full_shutdown();
free_base_mem_data();
}