]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
exit: remove unneeded declaration of exit_mm()
authorDmitry Safonov <0x7f454c46@gmail.com>
Wed, 20 Jan 2016 23:00:10 +0000 (15:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jan 2016 01:09:18 +0000 (17:09 -0800)
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>
kernel/exit.c

index b0eea830303c620aec94ff3dfee694f8a671c7b3..10e088237fed91bf453a651ea7b3bccc89a003ec 100644 (file)
@@ -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--;