summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include
diff options
context:
space:
mode:
authorAl Viro2012-11-26 03:20:05 +0100
committerAl Viro2013-02-03 21:09:22 +0100
commit92a3ce4a1e0047215aa0a0b30cc333bd32b866a8 (patch)
tree998edfb4fd30e0be9cc353c6d7f4381f8c5f5a09 /arch/avr32/include
parentswitch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE (diff)
downloadkernel-qcow2-linux-92a3ce4a1e0047215aa0a0b30cc333bd32b866a8.tar.gz
kernel-qcow2-linux-92a3ce4a1e0047215aa0a0b30cc333bd32b866a8.tar.xz
kernel-qcow2-linux-92a3ce4a1e0047215aa0a0b30cc333bd32b866a8.zip
consolidate declarations of k_sigaction
Only alpha and sparc are unusual - they have ka_restorer in it. And nobody needs that exposed to userland. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/avr32/include')
-rw-r--r--arch/avr32/include/asm/signal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/avr32/include/asm/signal.h b/arch/avr32/include/asm/signal.h
index 9326d182e9e5..c8858f0cef3d 100644
--- a/arch/avr32/include/asm/signal.h
+++ b/arch/avr32/include/asm/signal.h
@@ -30,10 +30,6 @@ struct sigaction {
sigset_t sa_mask; /* mask last for extensibility */
};
-struct k_sigaction {
- struct sigaction sa;
-};
-
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS