]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDED
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 14 Jan 2018 00:40:33 +0000 (18:40 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 15 Jan 2018 23:42:36 +0000 (17:42 -0600)
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" <ebiederm@xmission.com>
arch/blackfin/include/uapi/asm/siginfo.h

index 8c505170f4d016f91469ce2489017eaeaf406e77..2dd8c9c392481ed17be7c6029c0ce823d85e18df 100644 (file)
@@ -11,8 +11,6 @@
 #include <linux/types.h>
 #include <asm-generic/siginfo.h>
 
-#define UID16_SIGINFO_COMPAT_NEEDED
-
 #define si_uid16       _sifields._kill._uid
 
 #endif /* _UAPI_BFIN_SIGINFO_H */