diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-04-17 03:17:26 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-04-17 06:05:30 -0400 |
commit | 15064e70909cd8cca092ed6dd888bdbd9fefaae3 (patch) | |
tree | 3c555bad098360b90dc59dea8dfa935bd5d9f412 /include/linux | |
parent | 55a2415bef6507165d33ade33b0f28d5da3609a7 (diff) |
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: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/virtio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/virtio.h b/include/linux/virtio.h index 15f906e4a748..a493eac08393 100644 --- a/include/linux/virtio.h +++ b/include/linux/virtio.h @@ -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. |