aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2021-09-20 21:32:55 +0000
committerRichard Weinberger <richard@nod.at>2021-12-21 21:31:35 +0100
commit2610ed63ead1e394f9f4a7e3518f2f589d10ee32 (patch)
treeb7679123f6cac56055aaede455eeea44875c7fe6 /arch/x86/kernel
parentum: unexport handle_page_fault() (diff)
downloadlinux-dev-2610ed63ead1e394f9f4a7e3518f2f589d10ee32.tar.xz
linux-dev-2610ed63ead1e394f9f4a7e3518f2f589d10ee32.zip
um, x86: bury crypto_tfm_ctx_offset
unused since 2011 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/asm-offsets.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/asm-offsets.c b/arch/x86/kernel/asm-offsets.c
index ecd3fd6993d1..9fb0a2f8b62a 100644
--- a/arch/x86/kernel/asm-offsets.c
+++ b/arch/x86/kernel/asm-offsets.c
@@ -38,9 +38,6 @@ static void __used common(void)
#endif
BLANK();
- OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);
-
- BLANK();
OFFSET(pbe_address, pbe, address);
OFFSET(pbe_orig_address, pbe, orig_address);
OFFSET(pbe_next, pbe, next);