]> err.no Git - linux-2.6/blobdiff - drivers/net/sfc/efx.c
wext: Emit event stream entries correctly when compat.
[linux-2.6] / drivers / net / sfc / efx.c
index 449760642e31b16040c33fbf0ba247fed834e6f9..74265d8553b8b58e76a50067fd17f50298cf5323 100644 (file)
@@ -1815,6 +1815,7 @@ static struct efx_board efx_dummy_board_info = {
        .init    = efx_nic_dummy_op_int,
        .init_leds = efx_port_dummy_op_int,
        .set_fault_led = efx_port_dummy_op_blink,
+       .fini   = efx_port_dummy_op_void,
 };
 
 /**************************************************************************
@@ -1941,6 +1942,7 @@ static void efx_pci_remove_main(struct efx_nic *efx)
        efx_fini_port(efx);
 
        /* Shutdown the board, then the NIC and board state */
+       efx->board_info.fini(efx);
        falcon_fini_interrupt(efx);
 
        efx_fini_napi(efx);