Commit 80d6679a authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL



This patch marks an unused export as EXPORT_UNUSED_SYMBOL.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 69c3a5b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data)
	softirq_vec[nr].action = action;
}

EXPORT_SYMBOL(open_softirq);
EXPORT_UNUSED_SYMBOL(open_softirq);  /*  June 2006  */

/* Tasklets */
struct tasklet_head