projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a050c33
)
[KERNEL]: Unexport raise_softirq_irqoff
author
Adrian Bunk
<bunk@kernel.org>
Wed, 12 Sep 2007 13:14:45 +0000
(15:14 +0200)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:18 +0000
(16:49 -0700)
raise_softirq_irqoff no longer has any modular user.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/softirq.c
patch
|
blob
|
history
diff --git
a/kernel/softirq.c
b/kernel/softirq.c
index dbbdcd7f3c2e4717a95510243c22766c38dbc999..bd89bc4eb0b9c0baa8070678d3cb099a8b40bb1c 100644
(file)
--- a/
kernel/softirq.c
+++ b/
kernel/softirq.c
@@
-330,8
+330,6
@@
inline fastcall void raise_softirq_irqoff(unsigned int nr)
wakeup_softirqd();
}
-EXPORT_SYMBOL(raise_softirq_irqoff);
-
void fastcall raise_softirq(unsigned int nr)
{
unsigned long flags;