summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/vdso.h
diff options
context:
space:
mode:
authorKevin Brodsky <kevin.brodsky@arm.com>2024-01-29 15:47:48 +0000
committerWill Deacon <will@kernel.org>2024-01-30 11:59:17 +0000
commitc7767f5c43df2c453af4651d1f58f489e3eb4ac1 (patch)
treec2c6769ad69df6839fe5b4170ff11a5cedd36071 /arch/arm64/include/asm/vdso.h
parentd104a6fef3fec137d8d44961224ab76edbd6cbc7 (diff)
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.h3
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) \
({ \