aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDmitry Safonov <0x7f454c46@gmail.com>2016-01-20 18:00:10 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2016-01-20 20:09:18 -0500
commitc428fbdbf3e9515bfe686881ffdba862dbd8cb6f (patch)
treedd96eec545f29f54c81ae31b795c8a014e06dce3 /kernel
parentac94b6e3ba858b8de1dfe3f77ad215af7b648545 (diff)
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')
-rw-r--r--kernel/exit.c2
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 @@
59#include <asm/pgtable.h> 59#include <asm/pgtable.h>
60#include <asm/mmu_context.h> 60#include <asm/mmu_context.h>
61 61
62static void exit_mm(struct task_struct *tsk);
63
64static void __unhash_process(struct task_struct *p, bool group_dead) 62static void __unhash_process(struct task_struct *p, bool group_dead)
65{ 63{
66 nr_threads--; 64 nr_threads--;