diff options
author | Kevin Brodsky <kevin.brodsky@arm.com> | 2024-01-29 16:47:48 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-01-30 12:59:17 +0100 |
commit | c7767f5c43df2c453af4651d1f58f489e3eb4ac1 (patch) | |
tree | c2c6769ad69df6839fe5b4170ff11a5cedd36071 /arch/arm64/include/asm/vdso.h | |
parent | arm64: scs: Disable LTO for SCS patching code (diff) | |
download | linux-c7767f5c43df2c453af4651d1f58f489e3eb4ac1.tar.xz linux-c7767f5c43df2c453af4651d1f58f489e3eb4ac1.zip |
arm64: vdso32: Remove unused vdso32-offsets.h
Commit 2d071968a405 ("arm64: compat: Remove 32-bit sigreturn code
from the vDSO") removed all VDSO_* symbols in the compat vDSO. As a
result, vdso32-offsets.h is now empty and therefore unused. Time to
remove it.
Signed-off-by: Kevin Brodsky <kevin.brodsky@arm.com>
Link: https://lore.kernel.org/r/20240129154748.1727759-1-kevin.brodsky@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/include/asm/vdso.h')
-rw-r--r-- | arch/arm64/include/asm/vdso.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/vdso.h b/arch/arm64/include/asm/vdso.h index b4ae32109932..4305995c8f82 100644 --- a/arch/arm64/include/asm/vdso.h +++ b/arch/arm64/include/asm/vdso.h @@ -17,9 +17,6 @@ #ifndef __ASSEMBLY__ #include <generated/vdso-offsets.h> -#ifdef CONFIG_COMPAT_VDSO -#include <generated/vdso32-offsets.h> -#endif #define VDSO_SYMBOL(base, name) \ ({ \ |