diff options
| author | Dmitry Safonov <[email protected]> | 2016-01-20 15:00:10 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-01-20 17:09:18 -0800 |
| commit | c428fbdbf3e9515bfe686881ffdba862dbd8cb6f (patch) | |
| tree | dd96eec545f29f54c81ae31b795c8a014e06dce3 /kernel | |
| parent | ac94b6e3ba858b8de1dfe3f77ad215af7b648545 (diff) | |
exit: remove unneeded declaration of exit_mm()
Signed-off-by: Dmitry Safonov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/exit.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <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--; |