dect
/
linux-2.6
Archived
13
0
Fork 0

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: Pierre Peiffer <pierre.peiffer@bull.net>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Pierre Peiffer 2008-02-03 16:22:12 +02:00 committed by Adrian Bunk
parent ef08cce81d
commit 06c93e8757
1 changed files with 0 additions and 2 deletions

View File

@ -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)