# Commit 63dcef9fe5b880007075b5eb53f9950a826519ce # Date 2015-04-14 15:02:10 +0200 # Author David Vrabel # Committer Jan Beulich x86/hvm: don't include asm/spinlock.h asm/spinlock.h should not be included directly. Signed-off-by: David Vrabel Acked-by: Andrew Cooper --- sle12sp1.orig/xen/arch/x86/hvm/hvm.c 2015-07-08 14:13:16.000000000 +0200 +++ sle12sp1/xen/arch/x86/hvm/hvm.c 2015-07-08 14:13:38.000000000 +0200 @@ -52,7 +52,6 @@ #include #include #include -#include #include #include #include --- sle12sp1.orig/xen/arch/x86/hvm/svm/svm.c 2015-01-14 18:44:18.000000000 +0100 +++ sle12sp1/xen/arch/x86/hvm/svm/svm.c 2015-07-08 14:13:38.000000000 +0200 @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include --- sle12sp1.orig/xen/arch/x86/hvm/vmx/vmx.c 2015-05-19 23:16:48.000000000 +0200 +++ sle12sp1/xen/arch/x86/hvm/vmx/vmx.c 2015-07-08 14:13:38.000000000 +0200 @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include