x86/debug: Drop unnecessary include of compile.h
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 14 Apr 2022 09:01:53 +0000 (10:01 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 14 Apr 2022 16:09:01 +0000 (17:09 +0100)
compile.h changes across incremental builds, but nothing in debug.c uses it.
This avoids debug.c getting rebuilt on every incremental build.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/debug.c

index d90dc93056974cc130bb2c8c100b77d1a2f965cc..d16f6e6f8d5d49b9f1eb0d8f5f49f23735bbb18c 100644 (file)
@@ -15,7 +15,6 @@
  */
 
 #include <xen/sched.h>
-#include <xen/compile.h>
 #include <xen/mm.h>
 #include <xen/domain_page.h>
 #include <xen/guest_access.h>