Skip to content

Commit 5038a56

Browse files
sfrothwellmstsirkin
authored andcommitted
drm/virtio: fix up for include file changes
virtgpu_kms now uses VIRTIO_RING_F_INDIRECT_DESC, so it must include virtio_ring.h directly. Fixes: 5edbb56 ("drm/virtio: fix ring free check") Signed-off-by: Stephen Rothwell <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent bf02bd9 commit 5038a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/virtio/virtgpu_kms.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
#include <linux/virtio.h>
2727
#include <linux/virtio_config.h>
28+
#include <linux/virtio_ring.h>
2829

2930
#include <drm/drm_file.h>
3031

0 commit comments

Comments
 (0)