[PATCH] add EXPORT_SYMBOL for irq_exit

From: Heiko Carstens
Date: Fri Jan 07 2005 - 02:20:31 EST


Hi Andrew,

this patch adds the missing EXPORT_SYMBOL for irq_exit:
*** Warning: "irq_exit" [drivers/s390/net/iucv.ko] undefined!

Please apply.

Thanks,
Heiko

diff -urN linux-2.6/kernel/softirq.c linux-2.6-patched/kernel/softirq.c
--- linux-2.6/kernel/softirq.c 2005-01-07 08:02:33.000000000 +0100
+++ linux-2.6-patched/kernel/softirq.c 2005-01-07 08:09:30.000000000 +0100
@@ -169,6 +169,8 @@
preempt_enable_no_resched();
}

+EXPORT_SYMBOL(irq_exit);
+
/*
* This function must run with irqs disabled!
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/