summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
authorDmitry Safonov <0x7f454c46@gmail.com>2016-01-20 15:00:10 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-01-20 17:09:18 -0800
commitc428fbdbf3e9515bfe686881ffdba862dbd8cb6f (patch)
treedd96eec545f29f54c81ae31b795c8a014e06dce3 /kernel/exit.c
parentac94b6e3ba858b8de1dfe3f77ad215af7b648545 (diff)
downloadop-kernel-dev-c428fbdbf3e9515bfe686881ffdba862dbd8cb6f.zip
op-kernel-dev-c428fbdbf3e9515bfe686881ffdba862dbd8cb6f.tar.gz
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index b0eea83..10e0882 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--;
OpenPOWER on IntegriCloud