x86/shadow: drop a stray forward structure declaration
authorJan Beulich <jbeulich@suse.com>
Tue, 21 Apr 2020 08:55:58 +0000 (10:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 21 Apr 2020 08:55:58 +0000 (10:55 +0200)
struct sh_emulate_ctxt is private to shadow code, and hence a
declaration for it is not needed here.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/include/asm-x86/paging.h

index 051161481ca23235dba67f04eead50f3dcb11ce5..a7edca586ded34582e09bf48307788d124a41337 100644 (file)
@@ -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);