From: Ard Biesheuvel Date: Wed, 6 Nov 2024 18:55:17 +0000 (+0100) Subject: arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=47965a49a2c88ea850a30190b5eacd2d50f51a4b;p=users%2Fjedix%2Flinux-maple.git arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux() The function scs_patch_vmlinux() was removed in the LPA2 boot code refactoring so remove the declaration as well. Signed-off-by: Ard Biesheuvel Reviewed-by: Sami Tolvanen Tested-by: Sami Tolvanen Link: https://lore.kernel.org/r/20241106185513.3096442-8-ardb+git@google.com Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/scs.h b/arch/arm64/include/asm/scs.h index 934e9217cd74..a76f9b387a26 100644 --- a/arch/arm64/include/asm/scs.h +++ b/arch/arm64/include/asm/scs.h @@ -54,7 +54,6 @@ enum { }; int __pi_scs_patch(const u8 eh_frame[], int size); -asmlinkage void __pi_scs_patch_vmlinux(void); #endif /* __ASSEMBLY __ */