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

virtio_ring: pull in spinlock header

we use a spinlock now pull in the correct header to
make virtio_ring.c self sufficient.
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent ea2f6af1
......@@ -11,6 +11,7 @@
#include <linux/module.h>
#include <linux/hrtimer.h>
#include <linux/dma-mapping.h>
#include <linux/spinlock.h>
#include <xen/xen.h>
#ifdef DEBUG
......
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