Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=464771fe4743afd00ebff65aee0983fa1aa1da4f
Commit:     464771fe4743afd00ebff65aee0983fa1aa1da4f
Parent:     a050c33f4a4d5babaf94a8ba6ae7a200135240b3
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Sep 12 15:14:45 2007 +0200
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:49:18 2007 -0700

    [KERNEL]: Unexport raise_softirq_irqoff
    
    raise_softirq_irqoff no longer has any modular user.
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 kernel/softirq.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/kernel/softirq.c b/kernel/softirq.c
index dbbdcd7..bd89bc4 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -330,8 +330,6 @@ inline fastcall void raise_softirq_irqoff(unsigned int nr)
                wakeup_softirqd();
 }
 
-EXPORT_SYMBOL(raise_softirq_irqoff);
-
 void fastcall raise_softirq(unsigned int nr)
 {
        unsigned long flags;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to