projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c3a5b
)
[PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL
author
Adrian Bunk
<bunk@stusta.de>
Mon, 10 Jul 2006 11:44:24 +0000
(
04:44
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:18 +0000
(13:24 -0700)
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>
kernel/softirq.c
patch
|
blob
|
history
diff --git
a/kernel/softirq.c
b/kernel/softirq.c
index
215541e
..
fd12f25
100644
(file)
--- a/
kernel/softirq.c
+++ b/
kernel/softirq.c
@@
-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