]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Drop unnecessary headers in barrier.h
authorAsias He <asias.hejun@gmail.com>
Sat, 7 Apr 2012 12:14:55 +0000 (20:14 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 9 Apr 2012 08:34:48 +0000 (11:34 +0300)
Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/x86/include/kvm/barrier.h

index 38c1c8246fea8a2d8c0a0a61e35a69881513df14..f1a71281ada97f4bdda709bb8091ab41ffa46814 100644 (file)
@@ -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_ */