提交 80d6679a 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL

This patch marks an unused export as EXPORT_UNUSED_SYMBOL.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 69c3a5b8
...@@ -311,7 +311,7 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data) ...@@ -311,7 +311,7 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data)
softirq_vec[nr].action = action; softirq_vec[nr].action = action;
} }
EXPORT_SYMBOL(open_softirq); EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */
/* Tasklets */ /* Tasklets */
struct tasklet_head struct tasklet_head
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册