From ca1e5025c3b444a3ae915cb0ba53eec394634ef3 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Tue, 20 Jun 2023 14:30:52 +1000 Subject: [PATCH] fix up for "init: consolidate prototypes in linux/init.h" interacting with commits 439e17576eb4 ("init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()") 0a9567ac5e6a ("x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build") from the tip tree. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> --- include/linux/init.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/init.h b/include/linux/init.h index 1200fa99e8482..266c3e1640d47 100644 --- a/include/linux/init.h +++ b/include/linux/init.h @@ -155,7 +155,6 @@ void __init init_rootfs(void); void init_IRQ(void); void time_init(void); -void mem_encrypt_init(void); void poking_init(void); void pgtable_cache_init(void);