mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
8b7347aab6
commit
bf5e0bd27f
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
|||
#include <linux/if_packet.h>
|
||||
#include <linux/if_arp.h>
|
||||
|
||||
#include <net/sock.h>
|
||||
|
||||
#include "vhost.h"
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Reference in a new issue