diff options
| author | Mark Salter <msalter@redhat.com> | 2012-10-04 12:22:08 -0400 |
|---|---|---|
| committer | Mark Salter <msalter@redhat.com> | 2012-10-04 12:22:08 -0400 |
| commit | 2e919f76e31309d441021f73b4bd9bb2ccfb3972 (patch) | |
| tree | daa54d0badaf268a1469969783c5605598e6b9e4 /arch/c6x/include/asm/signal.h | |
| parent | c6x: make dsk6455 the default config (diff) | |
| download | linux-2e919f76e31309d441021f73b4bd9bb2ccfb3972.tar.gz linux-2e919f76e31309d441021f73b4bd9bb2ccfb3972.zip | |
c6x: remove c6x signal.h
The c6x signal.h includes the asm-generic version and provides
a couple of extern declarations. David Howells pointed out that
the externs needed to be protected by ifdef __KERNEL__. As it
turns out, the externs aren't really needed since the functions
are only called from asm code. So this patch gets rid of the
c6x signal.h and uses just the asm-generic version.
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/include/asm/signal.h')
| -rw-r--r-- | arch/c6x/include/asm/signal.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/c6x/include/asm/signal.h b/arch/c6x/include/asm/signal.h deleted file mode 100644 index f1cd870596a3..000000000000 --- a/arch/c6x/include/asm/signal.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _ASM_C6X_SIGNAL_H -#define _ASM_C6X_SIGNAL_H - -#include <asm-generic/signal.h> - -#ifndef __ASSEMBLY__ -#include <linux/linkage.h> - -struct pt_regs; - -extern asmlinkage int do_rt_sigreturn(struct pt_regs *regs); -extern asmlinkage void do_notify_resume(struct pt_regs *regs, - u32 thread_info_flags, - int syscall); -#endif - -#endif /* _ASM_C6X_SIGNAL_H */ |
