Remove one useless extern declaration
authorPierre Peiffer <pierre.peiffer@bull.net>
Sun, 3 Feb 2008 14:22:12 +0000 (16:22 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 14:22:12 +0000 (16:22 +0200)
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>
kernel/exit.c

index bfb1c0e940e814f7e64a3c707c65a6f5608c0388..9e459fefda77191218466814a9355c85d4b09ea7 100644 (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)