]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
avr32: struct old_sigaction is never used
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Apr 2012 20:21:28 +0000 (16:21 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:59:20 +0000 (23:59 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/avr32/include/asm/signal.h

index 8790dfc10d5ba25353398a94cd93916ea1fe50a0..ae56849fdb2b941a82dd67924b01fb756dfc5e17 100644 (file)
@@ -115,13 +115,6 @@ typedef unsigned long sigset_t;
 #include <asm-generic/signal-defs.h>
 
 #ifdef __KERNEL__
-struct old_sigaction {
-       __sighandler_t sa_handler;
-       old_sigset_t sa_mask;
-       unsigned long sa_flags;
-       __sigrestore_t sa_restorer;
-};
-
 struct sigaction {
        __sighandler_t sa_handler;
        unsigned long sa_flags;