From c8e9fce6d47cd176c2e02898b13ec1a0e0feab43 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 24 Nov 2020 17:09:50 +0800 Subject: [PATCH] LF-2949 arm: kernel: hyp-stub: not export __hyp_stub_vectors Since we only support Jailhouse on ARM64, so drop this to avoid build warning on ARM32 Reviewed-by: Dong Aisheng Signed-off-by: Peng Fan --- arch/arm/kernel/hyp-stub.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/kernel/hyp-stub.S b/arch/arm/kernel/hyp-stub.S index c2ef9b474f64..f80c1a71f825 100644 --- a/arch/arm/kernel/hyp-stub.S +++ b/arch/arm/kernel/hyp-stub.S @@ -6,7 +6,6 @@ #include #include #include -#include #include #include @@ -246,5 +245,3 @@ __hyp_stub_trap: W(b) __hyp_stub_do_trap __hyp_stub_irq: W(b) . __hyp_stub_fiq: W(b) . ENDPROC(__hyp_stub_vectors) -EXPORT_SYMBOL_GPL(__hyp_stub_vectors) - -- 2.17.1