Skip to content

Commit

Permalink
Remove one useless extern declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pierre Peiffer authored and Adrian Bunk committed Feb 3, 2008
1 parent ef08cce commit 06c93e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 06c93e8

Please sign in to comment.