]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Remove unused eventfd.h
authorMike McCormack <mikem@ring3k.org>
Wed, 28 Jul 2010 22:50:14 +0000 (07:50 +0900)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 30 Jul 2010 21:25:25 +0000 (23:25 +0200)
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>
hw/vhost.c
hw/vhost_net.c

index 65709d005d2e0dcdb1ed981fef204aa68edead8c..34c4745d8cf5a350167d2ae4ab0cb052a71cd9fd 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <sys/ioctl.h>
-#include <sys/eventfd.h>
 #include "vhost.h"
 #include "hw/hw.h"
 /* For range_get_last */
index 606aa0c1c9c937ca6453d7d6796d039f0515fba6..0c00de272a7025787132d239bafe1ba16e03eff6 100644 (file)
@@ -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>