net: Remove redundant NAPI functions
[deliverable/linux.git] / drivers / net / sfc / efx.h
index 0dd7a532c78a4b06a5c92209d763313570983556..fb1ac0e63c0b8cb53a3b8fcc0ec28324fc3f254e 100644 (file)
@@ -77,7 +77,7 @@ static inline void efx_schedule_channel(struct efx_channel *channel)
                  channel->channel, raw_smp_processor_id());
        channel->work_pending = true;
 
-       netif_rx_schedule(&channel->napi_str);
+       napi_schedule(&channel->napi_str);
 }
 
 #endif /* EFX_EFX_H */
This page took 0.036165 seconds and 5 git commands to generate.