summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorDave Young2010-03-11 00:23:59 +0100
committerLinus Torvalds2010-03-13 00:52:44 +0100
commiteb5572fed55f4c2b7dbc42582bc82dcb47632380 (patch)
tree57a6e2d44831f6509d9fadcaa4a47d549cb974d9 /kernel/sysctl.c
parentmxcmmc: fixed max_seg_size value on initialization (diff)
downloadkernel-qcow2-linux-eb5572fed55f4c2b7dbc42582bc82dcb47632380.tar.gz
kernel-qcow2-linux-eb5572fed55f4c2b7dbc42582bc82dcb47632380.tar.xz
kernel-qcow2-linux-eb5572fed55f4c2b7dbc42582bc82dcb47632380.zip
sysctl extern cleanup: C_A_D
Extern declarations in sysctl.c should be moved to their own header 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> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 0ef19c614f6d..72c3b1e80d7b 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -65,7 +65,6 @@
#if defined(CONFIG_SYSCTL)
/* External variables not in a header file. */
-extern int C_A_D;
extern int print_fatal_signals;
extern int sysctl_overcommit_memory;
extern int sysctl_overcommit_ratio;