aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRandy Dunlap <rddunlap@osdl.org>2005-01-04 05:32:05 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-04 05:32:05 -0800
commit4ffd90a18b735aa4924740d10a2fe06a6c9d4f55 (patch)
treee870dc7a6c55664ceb1594468d6b4ae18b8a8401 /kernel
parente9855e2c503591bd5118e54c06e3978e69f8857f (diff)
downloadhistory-4ffd90a18b735aa4924740d10a2fe06a6c9d4f55.tar.gz
[PATCH] panic_timeout: move to kernel.h
Move 'panic_timeout' to linux/kernel.h. ipmi_watchdog.c wanted to know why panic_timeout isn't in some header file. However, ipmi_watchdog.c doesn't even use it, so that reference was deleted. Other references now use kernel.h instead of straight extern int. Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index d19e118c83fb5a..85503726d60b93 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -52,7 +52,6 @@
#if defined(CONFIG_SYSCTL)
/* External variables not in a header file. */
-extern int panic_timeout;
extern int C_A_D;
extern int sysctl_overcommit_memory;
extern int sysctl_overcommit_ratio;