diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-11-14 17:33:25 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-12-09 15:39:13 +0200 |
commit | bf5e0bd27f7cbaca4d52ae395bbf3715775efebd (patch) | |
tree | a08c3157e89f1c569dcdaf0e3d4c67d0a1b4913b /drivers/vhost | |
parent | 8b7347aab6865ae8a2e5a8b0f1deea12da3d3aff (diff) | |
download | linux-3.10-bf5e0bd27f7cbaca4d52ae395bbf3715775efebd.tar.gz linux-3.10-bf5e0bd27f7cbaca4d52ae395bbf3715775efebd.tar.bz2 linux-3.10-bf5e0bd27f7cbaca4d52ae395bbf3715775efebd.zip |
vhost: remove unused include
vhost.c does not need to know about sockets,
don't include sock.h
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost')
-rw-r--r-- | drivers/vhost/vhost.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index a29d91c776b..916cdbc279e 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -30,8 +30,6 @@ #include <linux/if_packet.h> #include <linux/if_arp.h> -#include <net/sock.h> - #include "vhost.h" enum { |