From b485cd717bea008f66cc3452f65f2b45bd1cc1ab Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Fri, 17 Nov 2023 10:31:14 -0800 Subject: [PATCH] xtensa: remove unused z_mp_entry declaration z_mp_entry has been removed from Xtensa architecture. So there is no need for a function declaration. Remove it. Signed-off-by: Daniel Leung --- arch/xtensa/core/crt1.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/xtensa/core/crt1.S b/arch/xtensa/core/crt1.S index 1f9cc148ab5a9f..0fa3ad230995c4 100644 --- a/arch/xtensa/core/crt1.S +++ b/arch/xtensa/core/crt1.S @@ -23,7 +23,6 @@ .global __start .type z_cstart, @function -.type z_mp_entry, @function #ifdef CONFIG_XTENSA_MMU .type z_xtensa_mmu_init, @function