diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-05-06 06:29:36 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-05-06 07:04:06 -0400 |
commit | 7542a6b0d273ba4338028d39bc0e6e8cbfc68898 (patch) | |
tree | 3f5744c642cff2c4b5eaa75e78f4cebcb54531ab /drivers/vhost/vhost.c | |
parent | fe729a57c8d85b6b38d62b64215d5f064e682940 (diff) |
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: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost/vhost.c')
-rw-r--r-- | drivers/vhost/vhost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index de9441a1b158..beee7f5787e6 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | #include <linux/eventfd.h> | 14 | #include <linux/eventfd.h> |
15 | #include <linux/vhost.h> | 15 | #include <linux/vhost.h> |
16 | #include <linux/virtio_net.h> | 16 | #include <linux/socket.h> /* memcpy_fromiovec */ |
17 | #include <linux/mm.h> | 17 | #include <linux/mm.h> |
18 | #include <linux/mmu_context.h> | 18 | #include <linux/mmu_context.h> |
19 | #include <linux/miscdevice.h> | 19 | #include <linux/miscdevice.h> |