Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=06c93e875747f3020d997220b3e7c98083acc7c3
Commit:     06c93e875747f3020d997220b3e7c98083acc7c3
Parent:     ef08cce81d9be38063ec7796e36f2b32bdf82ff2
Author:     Pierre Peiffer <[EMAIL PROTECTED]>
AuthorDate: Sun Feb 3 16:22:12 2008 +0200
Committer:  Adrian Bunk <[EMAIL PROTECTED]>
CommitDate: Sun Feb 3 16:22:12 2008 +0200

    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: Pierre Peiffer <[EMAIL PROTECTED]>
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 kernel/exit.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/kernel/exit.c b/kernel/exit.c
index bfb1c0e..9e459fe 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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to