* [PATCH] Remove unneeded extern declaration from kernel/exit.c
@ 2007-12-01 10:39 Pavel Emelyanov
0 siblings, 0 replies; only message in thread
From: Pavel Emelyanov @ 2007-12-01 10:39 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Linux Kernel Mailing List, devel
The declared extern void sem_exit(void) function does
not even exist in the kernel.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
---
diff --git a/kernel/exit.c b/kernel/exit.c
index 549c055..a2213c3 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-01 10:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-01 10:39 [PATCH] Remove unneeded extern declaration from kernel/exit.c Pavel Emelyanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox