]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softirq.c
r8169: more phy init for the 8168
[linux-2.6-omap-h63xx.git] / kernel / softirq.c
index 0f546ddea43df41debcf42507ede2ac6873c80a9..bd89bc4eb0b9c0baa8070678d3cb099a8b40bb1c 100644 (file)
@@ -271,8 +271,6 @@ asmlinkage void do_softirq(void)
        local_irq_restore(flags);
 }
 
-EXPORT_SYMBOL(do_softirq);
-
 #endif
 
 /*
@@ -332,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;