Skip to content

Commit 55a2415

Browse files
committed
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 <[email protected]>
1 parent 31ba514 commit 55a2415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/block/virtio_blk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <linux/blk-mq.h>
1616
#include <linux/blk-mq-virtio.h>
1717
#include <linux/numa.h>
18+
#include <uapi/linux/virtio_ring.h>
1819

1920
#define PART_BITS 4
2021
#define VQ_NAME_LEN 16

0 commit comments

Comments
 (0)