projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac94b6e
)
exit: remove unneeded declaration of exit_mm()
author
Dmitry Safonov
<0x7f454c46@gmail.com>
Wed, 20 Jan 2016 23:00:10 +0000
(15:00 -0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/kernel/exit.c
b/kernel/exit.c
index
b0eea83
..
10e0882
100644
(file)
--- 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--;