* [PATCH 33/44] includecheck fix: drivers/xen, evtchn.c [not found] <1247063308.4382.12.camel@ht.satnam> @ 2009-07-08 15:42 ` Jaswinder Singh Rajput 2009-07-08 16:50 ` Jeremy Fitzhardinge 0 siblings, 1 reply; 2+ messages in thread From: Jaswinder Singh Rajput @ 2009-07-08 15:42 UTC (permalink / raw) To: jeremy, chrisw, virtualization, xen-devel, Sam Ravnborg, LKML 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@gmail.com> --- 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> -- 1.6.0.6 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 33/44] includecheck fix: drivers/xen, evtchn.c 2009-07-08 15:42 ` [PATCH 33/44] includecheck fix: drivers/xen, evtchn.c Jaswinder Singh Rajput @ 2009-07-08 16:50 ` Jeremy Fitzhardinge 0 siblings, 0 replies; 2+ messages in thread From: Jeremy Fitzhardinge @ 2009-07-08 16:50 UTC (permalink / raw) To: Jaswinder Singh Rajput Cc: xen-devel, jeremy, LKML, chrisw, virtualization, Sam Ravnborg 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@gmail.com> > Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.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> > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-08 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1247063308.4382.12.camel@ht.satnam>
2009-07-08 15:42 ` [PATCH 33/44] includecheck fix: drivers/xen, evtchn.c Jaswinder Singh Rajput
2009-07-08 16:50 ` Jeremy Fitzhardinge
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).