mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-21 06:24:12 +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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue