From: Helge Deller Date: Tue, 19 Feb 2013 22:04:02 +0000 (+0100) Subject: parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.h X-Git-Tag: v3.9-rc1~102^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5322e5ae6a4688a998153976b52564916ec976;p=thirdparty%2Fkernel%2Flinux.git parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.h Signed-off-by: Helge Deller --- diff --git a/arch/parisc/include/asm/signal.h b/arch/parisc/include/asm/signal.h index 0fdb3c8359523..b1a7c4c4a53a5 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. */