mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[KERNEL]: Unexport raise_softirq_irqoff
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>
This commit is contained in:
parent
a050c33f4a
commit
464771fe47
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user