From: Helge Deller Date: Sun, 10 Jan 2016 08:36:24 +0000 (+0100) Subject: parisc: Drop parisc-specific NSIGTRAP define X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fbdd9501a1123ae6d8d828d97df89bf122d951ca;p=linux-beck.git 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 --- 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 -#undef NSIGTRAP -#define NSIGTRAP 4 - #endif