From: Jan Beulich Date: Tue, 21 Apr 2020 08:55:58 +0000 (+0200) Subject: x86/shadow: drop a stray forward structure declaration X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~387 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac7addbeff73bc8b06d8234a0e1658bba9368164;p=xen.git x86/shadow: drop a stray forward structure declaration struct sh_emulate_ctxt is private to shadow code, and hence a declaration for it is not needed here. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper Acked-by: Tim Deegan --- diff --git a/xen/include/asm-x86/paging.h b/xen/include/asm-x86/paging.h index 051161481c..a7edca586d 100644 --- a/xen/include/asm-x86/paging.h +++ b/xen/include/asm-x86/paging.h @@ -92,7 +92,6 @@ * These shouldn't be used directly by callers; rather use the functions * below which will indirect through this table as appropriate. */ -struct sh_emulate_ctxt; struct shadow_paging_mode { #ifdef CONFIG_SHADOW_PAGING void (*detach_old_tables )(struct vcpu *v);