diff options
author | Robert Olsson <robert.olsson@its.uu.se> | 2007-09-17 18:47:12 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 23:48:36 (GMT) |
commit | c45248c70125cc374fdf264659643276c72801bf (patch) | |
tree | fdc05bcf5c5b766a95d531fef0687688d60bfe3c /arch/i386 | |
parent | b163911f8abf89bafb9cc0ec02a9c43af450ea81 (diff) | |
download | linux-fsl-qoriq-c45248c70125cc374fdf264659643276c72801bf.tar.xz |
[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/i386')
-rw-r--r-- | arch/i386/kernel/irq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/i386/kernel/irq.c b/arch/i386/kernel/irq.c index dd2b97f..4f681bc 100644 --- a/arch/i386/kernel/irq.c +++ b/arch/i386/kernel/irq.c @@ -231,8 +231,6 @@ asmlinkage void do_softirq(void) local_irq_restore(flags); } - -EXPORT_SYMBOL(do_softirq); #endif /* |