summaryrefslogtreecommitdiff
path: root/arch/parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2016-01-10 09:36:24 +0100
committerHelge Deller <deller@gmx.de>2016-01-12 22:06:15 +0100
commitfbdd9501a1123ae6d8d828d97df89bf122d951ca (patch)
tree53e8bd1ecbec6bc65c996aa5edf48a6de64a797b /arch/parisc
parente60fc5aa608eb38b47ba4ee058f306f739eb70a0 (diff)
parisc: Drop parisc-specific NSIGTRAP define
NIGTRAP is already defined in asm-generic/siginfo.h, so no need to define it ourselves. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/include/uapi/asm/siginfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/include/uapi/asm/siginfo.h b/arch/parisc/include/uapi/asm/siginfo.h
index 1c75565d984b..8fd10f85c50e 100644
--- a/arch/parisc/include/uapi/asm/siginfo.h
+++ b/arch/parisc/include/uapi/asm/siginfo.h
@@ -7,7 +7,4 @@
#include <asm-generic/siginfo.h>
-#undef NSIGTRAP
-#define NSIGTRAP 4
-
#endif