[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200501103902.2620910-1-hch@lst.de>
Date: Fri, 1 May 2020 12:39:02 +0200
From: Christoph Hellwig <hch@....de>
To: arnd@...db.de
Cc: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] asm-generic: remove an empty ifdef block from signal.h
Signed-off-by: Christoph Hellwig <hch@....de>
---
include/asm-generic/signal.h | 2 --
1 file changed, 2 deletions(-)
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 <uapi/asm-generic/signal.h>
#ifndef __ASSEMBLY__
-#ifdef SA_RESTORER
-#endif
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS
--
2.26.2
Powered by blists - more mailing lists