diff options
| author | Adrian Bunk <bunk@stusta.de> | 2006-06-25 08:47:41 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:01:06 -0400 |
| commit | 83cc5ed3c4c65fc4c3729a5cec2111ede1ebf85e (patch) | |
| tree | ea2b6b04117ad88c41a5059bdaf36a7a505808c0 /arch/um | |
| parent | 76a8ad293912cd2f01eca075d80cd0ddec30c627 (diff) | |
[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>
Diffstat (limited to 'arch/um')
| -rw-r--r-- | arch/um/drivers/mconsole_kern.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c index 6d7173fc55a3..79149314ed04 100644 --- a/arch/um/drivers/mconsole_kern.c +++ b/arch/um/drivers/mconsole_kern.c | |||
| @@ -300,8 +300,6 @@ void mconsole_reboot(struct mc_request *req) | |||
| 300 | machine_restart(NULL); | 300 | machine_restart(NULL); |
| 301 | } | 301 | } |
| 302 | 302 | ||
| 303 | extern void ctrl_alt_del(void); | ||
| 304 | |||
| 305 | void mconsole_cad(struct mc_request *req) | 303 | void mconsole_cad(struct mc_request *req) |
| 306 | { | 304 | { |
| 307 | mconsole_reply(req, "", 0, 0); | 305 | mconsole_reply(req, "", 0, 0); |
