Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1298724 > unrolled thread

[PATCH] exit: remove unneeded declaration of exit_mm

Started byDmitry Safonov <0x7f454c46@gmail.com>
First post2015-12-28 19:20 +0100
Last post2015-12-28 19:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] exit: remove unneeded declaration of exit_mm Dmitry Safonov <0x7f454c46@gmail.com> - 2015-12-28 19:20 +0100

#1298724 — [PATCH] exit: remove unneeded declaration of exit_mm

FromDmitry Safonov <0x7f454c46@gmail.com>
Date2015-12-28 19:20 +0100
Subject[PATCH] exit: remove unneeded declaration of exit_mm
Message-ID<qKKyK-5LQ-5@gated-at.bofh.it>
Impact: small cleanup

Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
---
 kernel/exit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/exit.c b/kernel/exit.c
index 07110c6..a9f392b 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--;
-- 
2.6.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web