Skip to content

Commit 47965a4

Browse files
ardbiesheuvelctmarinas
authored andcommitted
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 <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>
1 parent 60de7a6 commit 47965a4

File tree

1 file changed

+0
-1
lines changed
  • arch/arm64/include/asm

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/scs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ enum {
5454
};
5555

5656
int __pi_scs_patch(const u8 eh_frame[], int size);
57-
asmlinkage void __pi_scs_patch_vmlinux(void);
5857

5958
#endif /* __ASSEMBLY __ */
6059

0 commit comments

Comments
 (0)