diff options
-rw-r--r-- | kernel/softirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index 215541e26c1a..fd12f2556f0d 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -311,7 +311,7 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data) | |||
311 | softirq_vec[nr].action = action; | 311 | softirq_vec[nr].action = action; |
312 | } | 312 | } |
313 | 313 | ||
314 | EXPORT_SYMBOL(open_softirq); | 314 | EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */ |
315 | 315 | ||
316 | /* Tasklets */ | 316 | /* Tasklets */ |
317 | struct tasklet_head | 317 | struct tasklet_head |