aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2022-09-08 11:12:24 +0200
committerArnd Bergmann <arnd@arndb.de>2022-09-10 09:56:53 +0200
commit773428ffd867d1ef116c041cdbc4890bee112854 (patch)
tree80158d647b492b16026c1e95d29ddc9729d0b6e9 /include/asm-generic
parentparisc: Use the generic IO helpers (diff)
downloadlinux-dev-773428ffd867d1ef116c041cdbc4890bee112854.tar.xz
linux-dev-773428ffd867d1ef116c041cdbc4890bee112854.zip
asm-generic: Remove empty #ifdef SA_RESTORER
There was a #ifdef SA_RESTORER to guard the sa_restorer field in struct sigaction. Commit 8a1ab3155c2a ("UAPI: (Scripted) Disintegrate include/asm-generic") moved that struct into uapi/asm-generic/signal.h but the #ifdef SA_RESTORER remained. Remove it. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/signal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/signal.h b/include/asm-generic/signal.h
index c53984fa9761..663dd6d0795d 100644
--- a/include/asm-generic/signal.h
+++ b/include/asm-generic/signal.h
@@ -5,8 +5,6 @@
#include <uapi/asm-generic/signal.h>
#ifndef __ASSEMBLY__
-#ifdef SA_RESTORER
-#endif
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS