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: firefly_0821_release~3680^2~1055^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc5322e5ae6a4688a998153976b52564916ec976;p=firefly-linux-kernel-4.4.55.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 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. */