From: Asias He <[email protected]> Signed-off-by: Asias He <[email protected]> --- tools/kvm/x86/include/kvm/barrier.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/tools/kvm/x86/include/kvm/barrier.h b/tools/kvm/x86/include/kvm/barrier.h index 38c1c82..f1a7128 100644 --- a/tools/kvm/x86/include/kvm/barrier.h +++ b/tools/kvm/x86/include/kvm/barrier.h @@ -7,10 +7,7 @@ * Provide the dependencies here - we can drop these wrappers once * the header is fixed upstream: */ -#include <stdbool.h> -#include <linux/stringify.h> -#include <linux/bitops.h> -#include <asm/alternative.h> + #include <asm/barrier.h> #endif /* _KVM_BARRIER_H_ */ -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
