x86/traps: remove now unused inclusion of emulate.h
authorWei Liu <wei.liu2@citrix.com>
Mon, 5 Jun 2017 15:04:57 +0000 (16:04 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 21 Jun 2017 13:30:24 +0000 (14:30 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/traps.c

index 88dfd464e76df803ada12c643e929faab72d70fe..8c6cf109bd4e61389fd5a09166b28bad75bb6b36 100644 (file)
@@ -79,8 +79,6 @@
 #include <xsm/xsm.h>
 #include <asm/pv/traps.h>
 
-#include "pv/emulate.h"
-
 /*
  * opt_nmi: one of 'ignore', 'dom0', or 'fatal'.
  *  fatal:  Xen prints diagnostic message and then hangs.