[2.6 patch] unexport panic_timeout

From: Adrian Bunk
Date: Fri Apr 15 2005 - 10:24:44 EST


I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 4 Mar 2005

--- linux-2.6.11-rc5-mm1-full/kernel/panic.c.old 2005-03-04 00:54:46.000000000 +0100
+++ linux-2.6.11-rc5-mm1-full/kernel/panic.c 2005-03-04 00:54:54.000000000 +0100
@@ -24,8 +24,6 @@
int panic_on_oops;
int tainted;

-EXPORT_SYMBOL(panic_timeout);
-
struct notifier_block *panic_notifier_list;

EXPORT_SYMBOL(panic_notifier_list);

-
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/