x86/hvm: don't include asm/spinlock.h
authorDavid Vrabel <david.vrabel@citrix.com>
Tue, 14 Apr 2015 13:02:10 +0000 (15:02 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Apr 2015 13:02:10 +0000 (15:02 +0200)
asm/spinlock.h should not be included directly.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmx.c

index 8b622968875067d79efa8ff862d4fbddabdae601..9dfaa287e81ea816c491a61aa7ace2b3bd327a3c 100644 (file)
@@ -51,7 +51,6 @@
 #include <asm/xstate.h>
 #include <asm/traps.h>
 #include <asm/mc146818rtc.h>
-#include <asm/spinlock.h>
 #include <asm/mce.h>
 #include <asm/hvm/hvm.h>
 #include <asm/hvm/vpt.h>
index b6e77cd3d281e0acfe4b59f98884d56367e87359..6734fb6fd032f437bf3406362eefb5453f0ce9cc 100644 (file)
@@ -41,7 +41,6 @@
 #include <asm/msr.h>
 #include <asm/i387.h>
 #include <asm/iocap.h>
-#include <asm/spinlock.h>
 #include <asm/hvm/emulate.h>
 #include <asm/hvm/hvm.h>
 #include <asm/hvm/support.h>
index 6c4f78c924b3dc0f8974b03806df9b3f98bac17a..04b681daf8f8cd6ddbc50add9322e16fcc12ce1d 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/types.h>
 #include <asm/debugreg.h>
 #include <asm/msr.h>
-#include <asm/spinlock.h>
 #include <asm/paging.h>
 #include <asm/p2m.h>
 #include <asm/mem_sharing.h>