Commit ea2f6af1 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

vringh: pull in spinlock header



we use a spinlock now pull in the correct header to
make vring.h self sufficient.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 82e89ea0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <linux/virtio_byteorder.h>
#include <linux/uio.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#if IS_REACHABLE(CONFIG_VHOST_IOTLB)
#include <linux/dma-direction.h>
#include <linux/vhost_iotlb.h>