linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove one useless extern declaration
@ 2007-11-29 16:04 Pierre Peiffer
  0 siblings, 0 replies; only message in thread
From: Pierre Peiffer @ 2007-11-29 16:04 UTC (permalink / raw)
  To: linux-kernel



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>
---
 kernel/exit.c |    2 --
 1 file changed, 2 deletions(-)

Index: b/kernel/exit.c
===================================================================
--- 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)

-- 
Pierre Peiffer

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-29 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-29 16:04 [PATCH] Remove one useless extern declaration Pierre Peiffer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).