diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/efx_common.c')
-rw-r--r-- | drivers/net/ethernet/sfc/efx_common.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/ethernet/sfc/efx_common.c b/drivers/net/ethernet/sfc/efx_common.c index d0fc51a108bf..fe74c66c8ec6 100644 --- a/drivers/net/ethernet/sfc/efx_common.c +++ b/drivers/net/ethernet/sfc/efx_common.c @@ -884,17 +884,6 @@ fail: return rc; } -void efx_fini_channels(struct efx_nic *efx) -{ - unsigned int i; - - for (i = 0; i < EFX_MAX_CHANNELS; i++) - if (efx->channel[i]) { - kfree(efx->channel[i]); - efx->channel[i] = NULL; - } -} - void efx_fini_struct(struct efx_nic *efx) { #ifdef CONFIG_RFS_ACCEL |