diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-10-18 18:04:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-18 18:04:00 -0700 |
| commit | a58eab601a5c729fece4f5e57f0cb79088aeb1a4 (patch) | |
| tree | 8a03e3c928bd7620c29e8fa8869348ff30b88570 /kernel | |
| parent | 0f20e117ee86f781cbebb343c93b43fc1dc5e068 (diff) | |
[PATCH] unexport exit_mm
Not exactly a thing we want done from modules, and no module uses it
anyway.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/exit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index e242c22dee36..a8ae81ed1d41 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -512,8 +512,6 @@ void exit_mm(struct task_struct *tsk) __exit_mm(tsk); } -EXPORT_SYMBOL(exit_mm); - static inline void choose_new_parent(task_t *p, task_t *reaper, task_t *child_reaper) { /* |
