public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/18] sysctl extern cleanup - C_A_D
@ 2010-02-20 14:05 Dave Young
  0 siblings, 0 replies; only message in thread
From: Dave Young @ 2010-02-20 14:05 UTC (permalink / raw)
  To: Ingo Molnar, Andrew Morton, Peter Zijlstra, James Morris,
	Eric W. Biederman, linux-kernel

Extern declarations in sysctl.c should be move to their own head file,
and then include them in relavant .c files.

Move C_A_D extern variable declaration to linux/reboot.h

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
---
 include/linux/reboot.h |    3 +++
 kernel/sysctl.c        |    1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

--- linux-2.6.32.orig/include/linux/reboot.h	2010-02-20 14:02:29.541591107 +0800
+++ linux-2.6.32/include/linux/reboot.h	2010-02-20 14:04:53.261578954 +0800
@@ -64,6 +64,9 @@ extern void kernel_restart(char *cmd);
 extern void kernel_halt(void);
 extern void kernel_power_off(void);
 
+#ifdef CONFIG_SYSCTL
+extern int C_A_D;
+#endif
 void ctrl_alt_del(void);
 
 #define POWEROFF_CMD_PATH_LEN	256
--- linux-2.6.32.orig/kernel/sysctl.c	2010-02-20 14:02:29.528258054 +0800
+++ linux-2.6.32/kernel/sysctl.c	2010-02-20 14:03:41.452418032 +0800
@@ -68,7 +68,6 @@
 #if defined(CONFIG_SYSCTL)
 
 /* External variables not in a header file. */
-extern int C_A_D;
 extern int print_fatal_signals;
 extern int max_threads;
 extern int core_uses_pid;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-20 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 14:05 [PATCH 01/18] sysctl extern cleanup - C_A_D Dave Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox