]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/core/dev.c
Remove argument from open_softirq which is always NULL
[mv-sheeva.git] / net / core / dev.c
index 58296307787746e99da8bdcfe006b9b39af32de1..cf0e16731dc73946ec775f20d6a11caeb2e497a0 100644 (file)
@@ -4563,8 +4563,8 @@ static int __init net_dev_init(void)
 
        dev_boot_phase = 0;
 
-       open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL);
-       open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL);
+       open_softirq(NET_TX_SOFTIRQ, net_tx_action);
+       open_softirq(NET_RX_SOFTIRQ, net_rx_action);
 
        hotcpu_notifier(dev_cpu_callback, 0);
        dst_init();