kvm tools: Drop unnecessary headers in barrier.h

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Asias He
2012-04-07 20:14:55 +08:00
committed by Will Deacon
parent 38d4bf6e0d
commit 896fe2fbce
+1 -4
View 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_ */