diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-06-13 07:11:00 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2022-10-24 01:06:55 +0300 |
commit | 87562ed953bfda3ecdbbf2aba1d98920e4212588 (patch) | |
tree | 006134779c7beaa0d28b91363ca854e98019efc4 | |
parent | 9a938eba8d284fba0daff62142dece74ae3c16de (diff) | |
download | linux-87562ed953bfda3ecdbbf2aba1d98920e4212588.tar.xz |
kill extern of vsyscall32_sysctl
it's been dead for years.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | arch/x86/include/asm/elf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/elf.h b/arch/x86/include/asm/elf.h index cb0ff1055ab1..289aa3ca4a05 100644 --- a/arch/x86/include/asm/elf.h +++ b/arch/x86/include/asm/elf.h @@ -226,7 +226,6 @@ do { \ /* I'm not sure if we can use '-' here */ #define ELF_PLATFORM ("x86_64") extern void set_personality_64bit(void); -extern unsigned int sysctl_vsyscall32; extern int force_personality32; #endif /* !CONFIG_X86_32 */ |