From 805089c2f77047d81f47ddc227435d606ceb180e Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 11 Jan 2019 16:10:44 +0100 Subject: syscalls: remove obsolete __IGNORE_ macros These are all for ignoring the lack of obsolete system calls, which have been marked the same way in scripts/checksyscall.sh, so these can be removed. Signed-off-by: Arnd Bergmann Acked-by: Heiko Carstens --- arch/parisc/include/asm/unistd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/parisc/include') diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index 9ec1026af877..ac742b80e333 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h @@ -10,7 +10,6 @@ #define SYS_ify(syscall_name) __NR_##syscall_name -#define __IGNORE_select /* newselect */ #define __IGNORE_fadvise64 /* fadvise64_64 */ #ifndef ASM_LINE_SEP -- cgit v1.2.3-59-g8ed1b