summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2024-03-21 17:18:46 -0400
committerIngo Molnar <mingo@kernel.org>2024-03-22 09:37:09 +0100
commit9342164635f86eefbe01258fcfb597945e7ab5a4 (patch)
treedbe028a7b004d27c5b2836244822a55a81bc6d7d /arch
parent27d45fc7df2d9026185e86a7e45f3dd17f3e8ba4 (diff)
downloadlinux-stable-9342164635f86eefbe01258fcfb597945e7ab5a4.tar.gz
linux-stable-9342164635f86eefbe01258fcfb597945e7ab5a4.tar.bz2
linux-stable-9342164635f86eefbe01258fcfb597945e7ab5a4.zip
x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NR
Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20240321211847.132473-2-brgerst@gmail.com
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/ia32_unistd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/ia32_unistd.h b/arch/x86/include/asm/ia32_unistd.h
index aa065c94ccf5..7bcb82951c11 100644
--- a/arch/x86/include/asm/ia32_unistd.h
+++ b/arch/x86/include/asm/ia32_unistd.h
@@ -6,7 +6,6 @@
* This file contains the system call numbers of the ia32 compat ABI,
* this is for the kernel only.
*/
-#define __SYSCALL_ia32_NR(x) (x)
#include <asm/unistd_32_ia32.h>
#endif /* _ASM_X86_IA32_UNISTD_H */