diff options
author | Robert Olsson <robert.olsson@its.uu.se> | 2007-09-17 14:47:12 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:36 -0400 |
commit | c45248c70125cc374fdf264659643276c72801bf (patch) | |
tree | fdc05bcf5c5b766a95d531fef0687688d60bfe3c /arch/sh | |
parent | b163911f8abf89bafb9cc0ec02a9c43af450ea81 (diff) |
[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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index 03404987528d..4b49d03ffbd2 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c | |||
@@ -245,7 +245,6 @@ asmlinkage void do_softirq(void) | |||
245 | 245 | ||
246 | local_irq_restore(flags); | 246 | local_irq_restore(flags); |
247 | } | 247 | } |
248 | EXPORT_SYMBOL(do_softirq); | ||
249 | #endif | 248 | #endif |
250 | 249 | ||
251 | void __init init_IRQ(void) | 250 | void __init init_IRQ(void) |