s390/uapi: Remove obsolete unistd_32.h from Kbuild file

unistd_32.h is not build anymore since commit 4ac286c4a8
("s390/syscalls: Switch to generic system call table generation").
Thus drop the superfluous line from the Kbuild file now, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
Thomas Huth
2026-07-01 15:47:27 +02:00
committed by Vasily Gorbik
parent 14ddf10e93
commit 6bef2c8b36

View File

@@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
generated-y += unistd_32.h
generated-y += unistd_64.h