aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vhost_net.c
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2010-07-29 07:50:14 +0900
committerAurelien Jarno <aurelien@aurel32.net>2010-07-30 23:25:25 +0200
commit708f2ada7dccbc942fd5e188c4246be8a0c0394f (patch)
treef9dccaaa610b99bbe94a33e4106ac0c59f47d371 /hw/vhost_net.c
parent8e84865e54cb66fd7b57bb18c312ad3d56b6e276 (diff)
Remove unused eventfd.h
This header is not present on my system and causes a build failure, but is also not used in these files, so remove it. Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/vhost_net.c')
-rw-r--r--hw/vhost_net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vhost_net.c b/hw/vhost_net.c
index 606aa0c1c..0c00de272 100644
--- a/hw/vhost_net.c
+++ b/hw/vhost_net.c
@@ -20,7 +20,6 @@
#ifdef CONFIG_VHOST_NET
#include <linux/vhost.h>
-#include <sys/eventfd.h>
#include <sys/socket.h>
#include <linux/kvm.h>
#include <fcntl.h>