monitor: minor #include change
authorCorneliu ZUZU <czuzu@bitdefender.com>
Thu, 7 Jul 2016 12:29:50 +0000 (14:29 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 7 Jul 2016 12:29:50 +0000 (14:29 +0200)
Move xen/paging.h #include from hvm/monitor.h to hvm/monitor.c (include strictly
where needed) and also change to asm/paging.h (include strictly what's needed).

Signed-off-by: Corneliu ZUZU <czuzu@bitdefender.com>
Acked-by: Tamas K Lengyel <tamas@tklengyel.com>
Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
xen/arch/x86/hvm/monitor.c
xen/include/asm-x86/hvm/monitor.h

index fb493bbcaffa422f2e2421b0b73c3c7c9b4e5972..8488e213dafedb52c31d0e8b9df3f671e8fab599 100644 (file)
@@ -26,6 +26,7 @@
 #include <xen/monitor.h>
 #include <asm/hvm/monitor.h>
 #include <asm/monitor.h>
+#include <asm/paging.h>
 #include <asm/vm_event.h>
 #include <public/vm_event.h>
 
index 8b0f1192aaedf46e357115b4c79dda164e27fb72..8e1426fb4757940031c56d20f928f85d92ea9d5b 100644 (file)
@@ -20,7 +20,6 @@
 #define __ASM_X86_HVM_MONITOR_H__
 
 #include <xen/sched.h>
-#include <xen/paging.h>
 #include <public/vm_event.h>
 
 enum hvm_monitor_debug_type