diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-01-11 18:10:44 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-02-07 02:13:27 +0300 |
commit | 805089c2f77047d81f47ddc227435d606ceb180e (patch) | |
tree | 39a0ff571f7dad3d9f78ba23e86062bd40abf1c5 /arch/s390/include/asm/unistd.h | |
parent | ecf7e0a4ad1528710c90f0a6f4285741ac525f6e (diff) | |
download | linux-805089c2f77047d81f47ddc227435d606ceb180e.tar.xz |
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 <arnd@arndb.de>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/unistd.h')
-rw-r--r-- | arch/s390/include/asm/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h index ed08f114ee91..59202ceea1f6 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h @@ -10,8 +10,6 @@ #include <uapi/asm/unistd.h> #include <asm/unistd_nr.h> -#define __IGNORE_time - #define __ARCH_WANT_NEW_STAT #define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_SYS_ALARM |