The patch titled Remove one useless extern declaration has been removed from the -mm tree. Its filename was remove-one-useless-extern-declaration.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Remove one useless extern declaration From: Pierre Peiffer <pierre.peiffer@xxxxxxxx> The file exit.c contains one useless extern declaration of sem_exit(). Moreover, it refers to nothing. Remove it. Signed-off-by: Pierre Peiffer <pierre.peiffer@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/exit.c | 2 -- 1 file changed, 2 deletions(-) diff -puN kernel/exit.c~remove-one-useless-extern-declaration kernel/exit.c --- a/kernel/exit.c~remove-one-useless-extern-declaration +++ a/kernel/exit.c @@ -50,8 +50,6 @@ #include <asm/pgtable.h> #include <asm/mmu_context.h> -extern void sem_exit (void); - static void exit_mm(struct task_struct * tsk); static void __unhash_process(struct task_struct *p) _ Patches currently in -mm which might be from pierre.peiffer@xxxxxxxx are origin.patch ipc-fix-error-check-in-all-new-xxx_lock-and.patch ipc-semaphores-consolidate-sem_stat-and.patch ipc-make-struct-ipc_ids-static-in-ipc_namespace.patch ipc-consolidate-sem_exit_ns-msg_exit_ns-and-shm_exit_ns.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