Commit 06c93e87 authored by Pierre Peiffer's avatar Pierre Peiffer Committed by Adrian Bunk
Browse files

Remove one useless extern declaration



The file exit.c contains one useless extern declaration of sem_exit().
Moreover, it refers to nothing.

This trivial patch removes it.

Signed-off-by: default avatarPierre Peiffer <pierre.peiffer@bull.net>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent ef08cce8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)