]> git.baikalelectronics.ru Git - kernel.git/commit
sysctl extern cleanup: C_A_D
authorDave Young <hidave.darkstar@gmail.com>
Wed, 10 Mar 2010 23:23:59 +0000 (15:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:52:44 +0000 (15:52 -0800)
commita498f1297c9aad5fcc278bdaddf31cf14f85cb5f
tree57a6e2d44831f6509d9fadcaa4a47d549cb974d9
parentf73251b029148097932b5142836bb24c82cd6f2b
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>
include/linux/reboot.h
kernel/sysctl.c