Commit 7542a6b0 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

vhost: drop virtio_net.h dependency

There's no net specific code in vhost.c anymore,
don't include the virtio_net.h header.
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent fe729a57
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <linux/eventfd.h> #include <linux/eventfd.h>
#include <linux/vhost.h> #include <linux/vhost.h>
#include <linux/virtio_net.h> #include <linux/socket.h> /* memcpy_fromiovec */
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/mmu_context.h> #include <linux/mmu_context.h>
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment