net: provide generic busy polling to all NAPI drivers
[linux-drm-fsl-dcu.git] / drivers / net / ethernet / sfc / efx.c
index a3c42a376741f9c86179ca0fae5889203b9f16d5..4e82bcfbe3e09f837c827f72c94d9ae91f02e614 100644 (file)
@@ -2059,7 +2059,6 @@ static void efx_init_napi_channel(struct efx_channel *channel)
        channel->napi_dev = efx->net_dev;
        netif_napi_add(channel->napi_dev, &channel->napi_str,
                       efx_poll, napi_weight);
-       napi_hash_add(&channel->napi_str);
        efx_channel_busy_poll_init(channel);
 }