提交 06c93e87 编写于 作者: P Pierre Peiffer 提交者: Adrian Bunk

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: NPierre Peiffer <pierre.peiffer@bull.net>
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
上级 ef08cce8
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册