mirror of https://gitee.com/openkylin/linux.git
virtio_blk: add a missing include
virtio_blk uses VIRTIO_RING_F_INDIRECT_DESC, pull in the header defining that value. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
31ba514b2f
commit
55a2415bef
|
@ -15,6 +15,7 @@
|
|||
#include <linux/blk-mq.h>
|
||||
#include <linux/blk-mq-virtio.h>
|
||||
#include <linux/numa.h>
|
||||
#include <uapi/linux/virtio_ring.h>
|
||||
|
||||
#define PART_BITS 4
|
||||
#define VQ_NAME_LEN 16
|
||||
|
|
Loading…
Reference in New Issue