diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-07-21 01:33:49 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-09-22 12:15:42 +0400 |
commit | 676cb02dc32adef13d9efb5ea52079e4ede1e3ec (patch) | |
tree | 17e394a2ee1353779922fde0470fdacdd66b446c /include/linux/interrupt.h | |
parent | b30a3f6257ed2105259b404d419b4964e363928c (diff) | |
download | linux-676cb02dc32adef13d9efb5ea52079e4ede1e3ec.tar.xz |
softirqs: Make wakeup_softirqd static
No users outside of kernel/softirq.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index a0384a4d1e6f..0a9141e69241 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -410,7 +410,6 @@ extern void softirq_init(void); #define __raise_softirq_irqoff(nr) do { or_softirq_pending(1UL << (nr)); } while (0) extern void raise_softirq_irqoff(unsigned int nr); extern void raise_softirq(unsigned int nr); -extern void wakeup_softirqd(void); /* This is the worklist that queues up per-cpu softirq work. * |