diff options
Diffstat (limited to 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 32a13772c1cb..e54acde839da 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -4775,8 +4775,8 @@ static int __init net_dev_init(void) | |||
4775 | 4775 | ||
4776 | dev_boot_phase = 0; | 4776 | dev_boot_phase = 0; |
4777 | 4777 | ||
4778 | open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL); | 4778 | open_softirq(NET_TX_SOFTIRQ, net_tx_action); |
4779 | open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL); | 4779 | open_softirq(NET_RX_SOFTIRQ, net_rx_action); |
4780 | 4780 | ||
4781 | hotcpu_notifier(dev_cpu_callback, 0); | 4781 | hotcpu_notifier(dev_cpu_callback, 0); |
4782 | dst_init(); | 4782 | dst_init(); |