Commit 6bc02d8412b422388f86b09ae40d762c0bc05290

Authored by Adrian Bunk
Committed by Linus Torvalds
1 parent cccedb1a4a

[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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -311,8 +311,6 @@
311 311 softirq_vec[nr].action = action;
312 312 }
313 313  
314   -EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */
315   -
316 314 /* Tasklets */
317 315 struct tasklet_head
318 316 {