[PATCH 3/3] arm64/scs: Drop unused prototype __pi_scs_patch_vmlinux()
Ard Biesheuvel
ardb+git at google.com
Wed Nov 6 10:55:17 PST 2024
From: Ard Biesheuvel <ardb at kernel.org>
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 at kernel.org>
---
arch/arm64/include/asm/scs.h | 1 -
1 file changed, 1 deletion(-)
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 __ */
--
2.47.0.277.g8800431eea-goog
More information about the linux-arm-kernel
mailing list