Skip to content

Commit

Permalink
vhost: remove unused include
Browse files Browse the repository at this point in the history
vhost.c does not need to know about sockets,
don't include sock.h

Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
mstsirkin committed Dec 9, 2010
1 parent 8b7347a commit bf5e0bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/vhost/vhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include <linux/if_packet.h>
#include <linux/if_arp.h>

#include <net/sock.h>

#include "vhost.h"

enum {
Expand Down

0 comments on commit bf5e0bd

Please sign in to comment.