From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH 33/44] includecheck fix: drivers/xen, evtchn.c Date: Wed, 08 Jul 2009 09:50:42 -0700 Message-ID: <4A54CE62.8040704@goop.org> References: <1247063308.4382.12.camel@ht.satnam> <1247067749.4382.90.camel@ht.satnam> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1247067749.4382.90.camel@ht.satnam> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jaswinder Singh Rajput Cc: xen-devel@lists.xensource.com, jeremy@xensource.com, LKML , chrisw@sous-sol.org, virtualization@lists.osdl.org, Sam Ravnborg List-Id: virtualization@lists.linuxfoundation.org On 07/08/09 08:42, Jaswinder Singh Rajput wrote: > fix the following 'make includecheck' warning: > > drivers/xen/evtchn.c: linux/errno.h is included more than once. > > Signed-off-by: Jaswinder Singh Rajput > Acked-by: Jeremy Fitzhardinge Thanks, J > --- > drivers/xen/evtchn.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c > index af03195..79bedba 100644 > --- a/drivers/xen/evtchn.c > +++ b/drivers/xen/evtchn.c > @@ -38,7 +38,6 @@ > #include > #include > #include > -#include > #include > #include > #include >