From: Christophe Leroy Date: Thu, 8 Sep 2022 09:12:24 +0000 (+0200) Subject: asm-generic: Remove empty #ifdef SA_RESTORER X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=773428ffd867d1ef116c041cdbc4890bee112854;p=linux.git 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 Signed-off-by: Arnd Bergmann --- diff --git a/include/asm-generic/signal.h b/include/asm-generic/signal.h index c53984fa97614..663dd6d0795dc 100644 --- a/include/asm-generic/signal.h +++ b/include/asm-generic/signal.h @@ -5,8 +5,6 @@ #include #ifndef __ASSEMBLY__ -#ifdef SA_RESTORER -#endif #include #undef __HAVE_ARCH_SIG_BITOPS