s390/syscalls: use generated syscall_table.h and unistd.h header files
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Mon, 11 Dec 2017 13:47:27 +0000 (14:47 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 23 Jan 2018 06:36:52 +0000 (07:36 +0100)
commit4381f9f12e79436f90b14f326817cb1ed978940d
treef90f93f9d4c69eccb9c83c463a09d49da3e204a2
parent5c75824d915e123a29dd5c422828093950a0f4cf
s390/syscalls: use generated syscall_table.h and unistd.h header files

Update the uapi/asm/unistd.h to include the generated compat and
64-bit version of the unistd.h and, as well as, the unistd_nr.h
header file.  Also remove the arch/s390/kernel/syscalls.S file
and use the generated system call table, syscall_table.h, instead.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/Kbuild
arch/s390/include/asm/unistd.h
arch/s390/include/uapi/asm/Kbuild
arch/s390/include/uapi/asm/unistd.h
arch/s390/kernel/entry.S
arch/s390/kernel/syscalls.S [deleted file]