Commit 15064e70 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio: drop vringh.h dependency



Most virtio drivers don't depend on vringh, let's not
pull that dependency, include it directly as needed.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 55a2415b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
#include <linux/device.h>
#include <linux/mod_devicetable.h>
#include <linux/gfp.h>
#include <linux/vringh.h>

/**
 * virtqueue - a queue to register buffers for sending or receiving.