sysctl extern cleanup: signal
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)
commitd33ed52d57e794eba55cea3f5eab3c8f80b6cb5a
treeb501f3364f5771dd538eceb3a98d0cb0a1dd5dea
parenteb5572fed55f4c2b7dbc42582bc82dcb47632380
sysctl extern cleanup: signal

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

Move print_fatal_signals extern declaration to linux/signal.h

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/signal.h
kernel/sysctl.c