]> xenbits.xensource.com Git - xen.git/commitdiff
x86/emulate: remove unused svm specific header
authorXenia Ragiadakou <burzalodowa@gmail.com>
Mon, 6 Feb 2023 07:50:32 +0000 (08:50 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 6 Feb 2023 07:50:32 +0000 (08:50 +0100)
Fixes: 2191599bacb7 ("x86/emul: Simplfy emulation state setup")
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/emulate.c

index cb221f70e8f0cc9eb574fac5602a730c8d4ba9bd..95364deb1996c272acf82ca30b781fe28c47ffff 100644 (file)
@@ -24,7 +24,6 @@
 #include <asm/hvm/monitor.h>
 #include <asm/hvm/trace.h>
 #include <asm/hvm/support.h>
-#include <asm/hvm/svm/svm.h>
 #include <asm/iocap.h>
 #include <asm/vm_event.h>