Commit 38fc29ea authored by Shunsuke Mie's avatar Shunsuke Mie Committed by Michael S. Tsirkin

virtio_ring: add a struct device forward declaration

The virtio_ring header file uses the struct device without a forward
declaration.
Signed-off-by: default avatarShunsuke Mie <mie@igel.co.jp>
Message-Id: <20230417022037.917668-1-mie@igel.co.jp>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent abebb162
......@@ -58,6 +58,7 @@ do { \
struct virtio_device;
struct virtqueue;
struct device;
/*
* Creates a virtqueue and allocates the descriptor ring. If
......
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