Skip to content

Commit

Permalink
[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL
Browse files Browse the repository at this point in the history
This patch marks an unused export as EXPORT_UNUSED_SYMBOL.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 10, 2006
1 parent 69c3a5b commit 80d6679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80d6679

Please sign in to comment.