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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment