瀏覽代碼

[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL

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>
Adrian Bunk 19 年之前
父節點
當前提交
80d6679a62
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/softirq.c

+ 1 - 1
kernel/softirq.c

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