diff options
author | Dmitry Safonov <0x7f454c46@gmail.com> | 2016-01-20 15:00:10 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-20 17:09:18 -0800 |
commit | c428fbdbf3e9515bfe686881ffdba862dbd8cb6f (patch) | |
tree | dd96eec545f29f54c81ae31b795c8a014e06dce3 /kernel/exit.c | |
parent | ac94b6e3ba858b8de1dfe3f77ad215af7b648545 (diff) | |
download | linux-stable-c428fbdbf3e9515bfe686881ffdba862dbd8cb6f.tar.gz linux-stable-c428fbdbf3e9515bfe686881ffdba862dbd8cb6f.tar.bz2 linux-stable-c428fbdbf3e9515bfe686881ffdba862dbd8cb6f.zip |
exit: remove unneeded declaration of exit_mm()
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/exit.c')
-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 b0eea830303c..10e088237fed 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -59,8 +59,6 @@ #include <asm/pgtable.h> #include <asm/mmu_context.h> -static void exit_mm(struct task_struct *tsk); - static void __unhash_process(struct task_struct *p, bool group_dead) { nr_threads--; |