The patch titled Subject: exit: remove unneeded declaration of exit_mm() has been added to the -mm tree. Its filename is exit-remove-unneeded-declaration-of-exit_mm.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/exit-remove-unneeded-declaration-of-exit_mm.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/exit-remove-unneeded-declaration-of-exit_mm.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Dmitry Safonov <0x7f454c46@xxxxxxxxx> Subject: exit: remove unneeded declaration of exit_mm() Signed-off-by: Dmitry Safonov <0x7f454c46@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/exit.c | 2 -- 1 file changed, 2 deletions(-) diff -puN kernel/exit.c~exit-remove-unneeded-declaration-of-exit_mm kernel/exit.c --- a/kernel/exit.c~exit-remove-unneeded-declaration-of-exit_mm +++ a/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--; _ Patches currently in -mm which might be from 0x7f454c46@xxxxxxxxx are exit-remove-unneeded-declaration-of-exit_mm.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html