From: Adrian Bunk Date: Mon, 10 Jul 2006 11:44:24 +0000 (-0700) Subject: [PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=80d6679a62fe45f440d042099d997a42e4e8c59d;p=linux-beck.git [PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOL This patch marks an unused export as EXPORT_UNUSED_SYMBOL. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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) softirq_vec[nr].action = action; } -EXPORT_SYMBOL(open_softirq); +EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */ /* Tasklets */ struct tasklet_head