x86: ia32_signal: remove unnecessary declaration
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Fri, 19 Dec 2008 22:25:50 +0000 (14:25 -0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 19 Dec 2008 22:33:59 +0000 (23:33 +0100)
Impact: cleanup

No need to declare do_signal().

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/ia32/ia32_signal.c

index 3b3878a63bc2e120351de75b7c7ab5791b657c96..09513f8a2896f4e5ce92e726259aa259f58d7ed9 100644 (file)
@@ -43,7 +43,6 @@
                         X86_EFLAGS_ZF | X86_EFLAGS_AF | X86_EFLAGS_PF | \
                         X86_EFLAGS_CF)
 
-asmlinkage int do_signal(struct pt_regs *regs, sigset_t *oldset);
 void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
 
 int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from)