summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2023-06-20 14:30:52 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2023-06-20 14:34:01 +1000
commitca1e5025c3b444a3ae915cb0ba53eec394634ef3 (patch)
treec027a20d2e034e506931bf38bab2ea0e84fd61cb
parent486527895590f492f0b4610f3472d5acb2fc3ad7 (diff)
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>
-rw-r--r--include/linux/init.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/init.h b/include/linux/init.h
index 1200fa99e848..266c3e1640d4 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);