]> git.ipfire.org Git - thirdparty/linux.git/commit
syscall.h: Remove unused SYSCALL_MAX_ARGS
authorJinjie Ruan <ruanjinjie@huawei.com>
Mon, 1 Dec 2025 12:06:32 +0000 (20:06 +0800)
committerWill Deacon <will@kernel.org>
Mon, 5 Jan 2026 16:47:48 +0000 (16:47 +0000)
commit35c3dcb1ac2c7e347b38f3b0bccb0a2d1dbda25c
tree227835fb327a0e6c7b90303ae277bb0d3bfb71a0
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
syscall.h: Remove unused SYSCALL_MAX_ARGS

The "SYSCALL_MAX_ARGS" appears to have been unused since
commit 32d92586629a ("syscalls: Remove start and number from
syscall_set_arguments() args"), so remove it.

Fixes: 32d92586629a ("syscalls: Remove start and number from syscall_set_arguments() args")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm/include/asm/syscall.h
arch/arm64/include/asm/syscall.h
arch/xtensa/include/asm/syscall.h