From dc5322e5ae6a4688a998153976b52564916ec976 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Tue, 19 Feb 2013 23:04:02 +0100 Subject: [PATCH] parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.h Signed-off-by: Helge Deller --- arch/parisc/include/asm/signal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/parisc/include/asm/signal.h b/arch/parisc/include/asm/signal.h index 0fdb3c835952..b1a7c4c4a53a 100644 --- a/arch/parisc/include/asm/signal.h +++ b/arch/parisc/include/asm/signal.h @@ -3,16 +3,12 @@ #include - #define _NSIG 64 /* bits-per-word, where word apparently means 'long' not 'int' */ #define _NSIG_BPW BITS_PER_LONG #define _NSIG_WORDS (_NSIG / _NSIG_BPW) # ifndef __ASSEMBLY__ -#ifdef CONFIG_64BIT -#else -#endif /* Most things should be clean enough to redefine this at will, if care is taken to make libc match. */ -- 2.39.2