mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-23 14:36:11 +00:00
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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user