[SOFTIRQ]: Remove do_softirq() symbol export.

As noted by Christoph Hellwig, pktgen was the only user so
it can now be removed.

[ Add missing cases caught by Adrian Bunk. -DaveM ]

Signed-off-by: Robert Olsson <robert.olsson@its.uu.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
Robert Olsson
2007-09-17 11:47:12 -07:00
提交者 David S. Miller
父節點 b163911f8a
當前提交 c45248c701
共有 6 個檔案被更改,包括 0 行新增8 行删除

查看文件

@@ -245,7 +245,6 @@ asmlinkage void do_softirq(void)
local_irq_restore(flags);
}
EXPORT_SYMBOL(do_softirq);
#endif
void __init init_IRQ(void)