File tree 2 files changed +1
-6
lines changed 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ void can_rx_offload_irq_finish(struct can_rx_offload *offload)
295
295
netdev_dbg (offload -> dev , "%s: queue_len=%d\n" ,
296
296
__func__ , queue_len );
297
297
298
- can_rx_offload_schedule ( offload );
298
+ napi_schedule ( & offload -> napi );
299
299
}
300
300
EXPORT_SYMBOL_GPL (can_rx_offload_irq_finish );
301
301
Original file line number Diff line number Diff line change @@ -53,11 +53,6 @@ void can_rx_offload_irq_finish(struct can_rx_offload *offload);
53
53
void can_rx_offload_del (struct can_rx_offload * offload );
54
54
void can_rx_offload_enable (struct can_rx_offload * offload );
55
55
56
- static inline void can_rx_offload_schedule (struct can_rx_offload * offload )
57
- {
58
- napi_schedule (& offload -> napi );
59
- }
60
-
61
56
static inline void can_rx_offload_disable (struct can_rx_offload * offload )
62
57
{
63
58
napi_disable (& offload -> napi );
You can’t perform that action at this time.
0 commit comments