[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A54CE62.8040704@goop.org>
Date: Wed, 08 Jul 2009 09:50:42 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Jaswinder Singh Rajput <jaswinder@...nel.org>
CC: jeremy@...source.com, chrisw@...s-sol.org,
virtualization@...ts.osdl.org, xen-devel@...ts.xensource.com,
Sam Ravnborg <sam@...nborg.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 33/44] includecheck fix: drivers/xen, evtchn.c
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 <jaswinderrajput@...il.com>
>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@...rix.com>
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 <linux/string.h>
> #include <linux/errno.h>
> #include <linux/fs.h>
> -#include <linux/errno.h>
> #include <linux/miscdevice.h>
> #include <linux/major.h>
> #include <linux/proc_fs.h>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists