From: Dmitry Safonov <0x7f454c46@gmail.com> Date: Wed, 20 Jan 2016 23:00:10 +0000 (-0800) Subject: exit: remove unneeded declaration of exit_mm() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c428fbdbf3e9515bfe686881ffdba862dbd8cb6f;p=linux-beck.git exit: remove unneeded declaration of exit_mm() Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com> Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 #include -static void exit_mm(struct task_struct *tsk); - static void __unhash_process(struct task_struct *p, bool group_dead) { nr_threads--;