From 3c76488305ddb6adb3cf03f636e1c0b80ca3a76b Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 3 Mar 2017 17:08:11 +0100 Subject: [PATCH] x86/tboot: remove dead declarations These aren't needed anymore as of c9a4a1c419 ("x86/layout: Correct Xen's idea of its own memory layout"). Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- xen/arch/x86/tboot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/tboot.c b/xen/arch/x86/tboot.c index a0d1d0fbe5..8d01305648 100644 --- a/xen/arch/x86/tboot.c +++ b/xen/arch/x86/tboot.c @@ -48,8 +48,6 @@ static uint64_t __initdata sinit_base, __initdata sinit_size; #define TXTCR_HEAP_BASE 0x0300 #define TXTCR_HEAP_SIZE 0x0308 -extern char __init_begin[], __bss_start[], __bss_end[]; - #define SHA1_SIZE 20 typedef uint8_t sha1_hash_t[SHA1_SIZE]; -- 2.30.2