From: Eric W. Biederman Date: Sun, 14 Jan 2018 00:40:33 +0000 (-0600) Subject: signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDED X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56b81456f4ee048699f72edc02b369a33d1b94e6;p=linux.git signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDED Nothing tests this define so just remove it. I suspect the intention was to make the uid field in siginfo 16bit however I can't find any code that ever tested this defined, and even if it did it the layout has been this way for 8 years so changing it now would break the ABI with userspace. Signed-off-by: "Eric W. Biederman" --- diff --git a/arch/blackfin/include/uapi/asm/siginfo.h b/arch/blackfin/include/uapi/asm/siginfo.h index 8c505170f4d01..2dd8c9c392481 100644 --- a/arch/blackfin/include/uapi/asm/siginfo.h +++ b/arch/blackfin/include/uapi/asm/siginfo.h @@ -11,8 +11,6 @@ #include #include -#define UID16_SIGINFO_COMPAT_NEEDED - #define si_uid16 _sifields._kill._uid #endif /* _UAPI_BFIN_SIGINFO_H */