diff options
author | Helge Deller <deller@gmx.de> | 2016-01-10 09:36:24 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-01-12 22:06:15 +0100 |
commit | fbdd9501a1123ae6d8d828d97df89bf122d951ca (patch) | |
tree | 53e8bd1ecbec6bc65c996aa5edf48a6de64a797b /arch/parisc | |
parent | e60fc5aa608eb38b47ba4ee058f306f739eb70a0 (diff) | |
download | linux-fbdd9501a1123ae6d8d828d97df89bf122d951ca.tar.gz linux-fbdd9501a1123ae6d8d828d97df89bf122d951ca.tar.bz2 linux-fbdd9501a1123ae6d8d828d97df89bf122d951ca.zip |
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.h | 3 |
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 |