dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] unexport open_softirq

Christoph Hellwig:
open_softirq just enables a softirq.  The softirq array is statically
allocated so to add a new one you would have to patch the kernel.  So
there's no point to keep this export at all as any user would have to
patch the enum in include/linux/interrupt.h anyway.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Adrian Bunk 2006-07-14 00:24:15 -07:00 committed by Linus Torvalds
parent cccedb1a4a
commit 6bc02d8412
1 changed files with 0 additions and 2 deletions

View File

@ -311,8 +311,6 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data)
softirq_vec[nr].action = action;
}
EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */
/* Tasklets */
struct tasklet_head
{