]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux()
authorArd Biesheuvel <ardb@kernel.org>
Wed, 6 Nov 2024 18:55:17 +0000 (19:55 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 8 Nov 2024 16:37:55 +0000 (16:37 +0000)
The function scs_patch_vmlinux() was removed in the LPA2 boot code
refactoring so remove the declaration as well.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Tested-by: Sami Tolvanen <samitolvanen@google.com>
Link: https://lore.kernel.org/r/20241106185513.3096442-8-ardb+git@google.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/scs.h

index 934e9217cd74279e31a44e9708c0df9c81b00cc4..a76f9b387a269e52b242d444f50b6ee291993fa8 100644 (file)
@@ -54,7 +54,6 @@ enum {
 };
 
 int __pi_scs_patch(const u8 eh_frame[], int size);
-asmlinkage void __pi_scs_patch_vmlinux(void);
 
 #endif /* __ASSEMBLY __ */