From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34074 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OePHT-0006zI-IQ for qemu-devel@nongnu.org; Thu, 29 Jul 2010 05:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OePHR-0001TD-U7 for qemu-devel@nongnu.org; Thu, 29 Jul 2010 05:19:59 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:63926) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OePHR-0001T5-Rv for qemu-devel@nongnu.org; Thu, 29 Jul 2010 05:19:57 -0400 Received: by vws19 with SMTP id 19so106485vws.4 for ; Thu, 29 Jul 2010 02:19:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4C50B426.50706@ring3k.org> References: <4C50B426.50706@ring3k.org> Date: Thu, 29 Jul 2010 10:19:57 +0100 Message-ID: Subject: Re: [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike McCormack Cc: qemu-devel@nongnu.org On Wed, Jul 28, 2010 at 11:50 PM, Mike McCormack wrote: > 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 > --- > =A0hw/vhost.c =A0 =A0 | =A0 =A01 - > =A0hw/vhost_net.c | =A0 =A01 - > =A02 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/hw/vhost.c b/hw/vhost.c > index 65709d0..34c4745 100644 > --- a/hw/vhost.c > +++ b/hw/vhost.c > @@ -11,7 +11,6 @@ > =A0*/ > > =A0#include > -#include > =A0#include "vhost.h" > =A0#include "hw/hw.h" > =A0/* For range_get_last */ > diff --git a/hw/vhost_net.c b/hw/vhost_net.c > index 606aa0c..0c00de2 100644 > --- a/hw/vhost_net.c > +++ b/hw/vhost_net.c > @@ -20,7 +20,6 @@ > > =A0#ifdef CONFIG_VHOST_NET > =A0#include > -#include > =A0#include > =A0#include > =A0#include > -- > 1.5.6.5 Looks good. Stefan