diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-05-01 11:59:29 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:59:29 -0400 |
| commit | 408b664a7d394a5e4315fbd14aca49b042cb2b08 (patch) | |
| tree | bd3ebe72229227962d157e46e61ed65b78d6e28b /include/linux/sched.h | |
| parent | c31403a1f5a761599df38bcc2d6ba94f24320c33 (diff) | |
[PATCH] make lots of things static
Another large rollup of various patches from Adrian which make things static
where they were needlessly exported.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 8960f99ea128..5f868a588581 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -1012,7 +1012,6 @@ extern int copy_thread(int, unsigned long, unsigned long, unsigned long, struct | |||
| 1012 | extern void flush_thread(void); | 1012 | extern void flush_thread(void); |
| 1013 | extern void exit_thread(void); | 1013 | extern void exit_thread(void); |
| 1014 | 1014 | ||
| 1015 | extern void exit_mm(struct task_struct *); | ||
| 1016 | extern void exit_files(struct task_struct *); | 1015 | extern void exit_files(struct task_struct *); |
| 1017 | extern void exit_signal(struct task_struct *); | 1016 | extern void exit_signal(struct task_struct *); |
| 1018 | extern void __exit_signal(struct task_struct *); | 1017 | extern void __exit_signal(struct task_struct *); |
