Commit 464771fe authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[KERNEL]: Unexport raise_softirq_irqoff

raise_softirq_irqoff no longer has any modular user.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a050c33f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment