diff options
author | Hendrik Brueckner <brueckner@linux.vnet.ibm.com> | 2017-12-11 16:47:27 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-01-23 09:36:52 +0300 |
commit | 4381f9f12e79436f90b14f326817cb1ed978940d (patch) | |
tree | f90f93f9d4c69eccb9c83c463a09d49da3e204a2 /arch/s390/include/uapi/asm/Kbuild | |
parent | 5c75824d915e123a29dd5c422828093950a0f4cf (diff) | |
download | linux-4381f9f12e79436f90b14f326817cb1ed978940d.tar.xz |
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>
Diffstat (limited to 'arch/s390/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/s390/include/uapi/asm/Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/Kbuild b/arch/s390/include/uapi/asm/Kbuild index 92b7c9b3e641..faef3f7e8353 100644 --- a/arch/s390/include/uapi/asm/Kbuild +++ b/arch/s390/include/uapi/asm/Kbuild @@ -2,6 +2,9 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm +generated-y += unistd_32.h +generated-y += unistd_64.h + generic-y += errno.h generic-y += fcntl.h generic-y += ioctl.h |