diff options
Diffstat (limited to 'net')
-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 582963077877..cf0e16731dc7 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -4563,8 +4563,8 @@ static int __init net_dev_init(void) | |||
4563 | 4563 | ||
4564 | dev_boot_phase = 0; | 4564 | dev_boot_phase = 0; |
4565 | 4565 | ||
4566 | open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL); | 4566 | open_softirq(NET_TX_SOFTIRQ, net_tx_action); |
4567 | open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL); | 4567 | open_softirq(NET_RX_SOFTIRQ, net_rx_action); |
4568 | 4568 | ||
4569 | hotcpu_notifier(dev_cpu_callback, 0); | 4569 | hotcpu_notifier(dev_cpu_callback, 0); |
4570 | dst_init(); | 4570 | dst_init(); |