[PATCH] kernel/sys.c: cleanups
authorAdrian Bunk <bunk@stusta.de>
Sun, 25 Jun 2006 12:47:41 +0000 (05:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:06 +0000 (10:01 -0700)
commit83cc5ed3c4c65fc4c3729a5cec2111ede1ebf85e
treeea2b6b04117ad88c41a5059bdaf36a7a505808c0
parent76a8ad293912cd2f01eca075d80cd0ddec30c627
[PATCH] kernel/sys.c: cleanups

- proper prototypes for the following functions:
  - ctrl_alt_del()  (in include/linux/reboot.h)
  - getrusage()     (in include/linux/resource.h)
- make the following needlessly global functions static:
  - kernel_restart_prepare()
  - kernel_kexec()

[akpm@osdl.org: compile fix]
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/mach-ixp4xx/nas100d-power.c
arch/arm/mach-ixp4xx/nslu2-power.c
arch/mips/kernel/irixsig.c
arch/mips/kernel/sysirix.c
arch/um/drivers/mconsole_kern.c
drivers/char/keyboard.c
drivers/s390/char/sclp_quiesce.c
include/linux/reboot.h
include/linux/resource.h
kernel/exit.c
kernel/sys.c