All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c
@ 2012-11-29  2:22 Wei Yongjun
  2012-11-29 17:08 ` KY Srinivasan
  2012-11-29 17:09 ` KY Srinivasan
  0 siblings, 2 replies; 5+ messages in thread
From: Wei Yongjun @ 2012-11-29  2:22 UTC (permalink / raw)
  To: kys, haiyangz; +Cc: yongjun_wei, devel, linux-kernel

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/hv/hv_balloon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
index f6c0011..0ce08c4 100644
--- a/drivers/hv/hv_balloon.c
+++ b/drivers/hv/hv_balloon.c
@@ -29,7 +29,6 @@
 #include <linux/memory_hotplug.h>
 #include <linux/memory.h>
 #include <linux/notifier.h>
-#include <linux/mman.h>
 #include <linux/percpu_counter.h>
 
 #include <linux/hyperv.h>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* RE: [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c
  2012-11-29  2:22 [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c Wei Yongjun
@ 2012-11-29 17:08 ` KY Srinivasan
  2012-11-29 17:09 ` KY Srinivasan
  1 sibling, 0 replies; 5+ messages in thread
From: KY Srinivasan @ 2012-11-29 17:08 UTC (permalink / raw)
  To: Wei Yongjun, Haiyang Zhang
  Cc: yongjun_wei@trendmicro.com.cn, devel@linuxdriverproject.org,
	linux-kernel@vger.kernel.org



> -----Original Message-----
> From: Wei Yongjun [mailto:weiyj.lk@gmail.com]
> Sent: Wednesday, November 28, 2012 9:23 PM
> To: KY Srinivasan; Haiyang Zhang
> Cc: yongjun_wei@trendmicro.com.cn; devel@linuxdriverproject.org; linux-
> kernel@vger.kernel.org
> Subject: [PATCH -next] hv: hv_balloon: remove duplicated include from
> hv_balloon.c
> 
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by:  K. Y. Srinivasan <kys@microsoft.com>

> ---
>  drivers/hv/hv_balloon.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
> index f6c0011..0ce08c4 100644
> --- a/drivers/hv/hv_balloon.c
> +++ b/drivers/hv/hv_balloon.c
> @@ -29,7 +29,6 @@
>  #include <linux/memory_hotplug.h>
>  #include <linux/memory.h>
>  #include <linux/notifier.h>
> -#include <linux/mman.h>
>  #include <linux/percpu_counter.h>
> 
>  #include <linux/hyperv.h>
> 
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c
  2012-11-29  2:22 [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c Wei Yongjun
  2012-11-29 17:08 ` KY Srinivasan
@ 2012-11-29 17:09 ` KY Srinivasan
  2012-11-29 17:31   ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: KY Srinivasan @ 2012-11-29 17:09 UTC (permalink / raw)
  To: Wei Yongjun, Haiyang Zhang
  Cc: yongjun_wei@trendmicro.com.cn, devel@linuxdriverproject.org,
	linux-kernel@vger.kernel.org



> -----Original Message-----
> From: Wei Yongjun [mailto:weiyj.lk@gmail.com]
> Sent: Wednesday, November 28, 2012 9:23 PM
> To: KY Srinivasan; Haiyang Zhang
> Cc: yongjun_wei@trendmicro.com.cn; devel@linuxdriverproject.org; linux-
> kernel@vger.kernel.org
> Subject: [PATCH -next] hv: hv_balloon: remove duplicated include from
> hv_balloon.c
> 
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---
>  drivers/hv/hv_balloon.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
> index f6c0011..0ce08c4 100644
> --- a/drivers/hv/hv_balloon.c
> +++ b/drivers/hv/hv_balloon.c
> @@ -29,7 +29,6 @@
>  #include <linux/memory_hotplug.h>
>  #include <linux/memory.h>
>  #include <linux/notifier.h>
> -#include <linux/mman.h>
>  #include <linux/percpu_counter.h>
> 
>  #include <linux/hyperv.h>

Could you generate patches using git.

Regards,

K. Y
> 
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c
  2012-11-29 17:09 ` KY Srinivasan
@ 2012-11-29 17:31   ` Greg KH
  2012-11-29 17:36     ` KY Srinivasan
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2012-11-29 17:31 UTC (permalink / raw)
  To: KY Srinivasan
  Cc: Wei Yongjun, Haiyang Zhang, devel@linuxdriverproject.org,
	yongjun_wei@trendmicro.com.cn, linux-kernel@vger.kernel.org

On Thu, Nov 29, 2012 at 05:09:42PM +0000, KY Srinivasan wrote:
> 
> 
> > -----Original Message-----
> > From: Wei Yongjun [mailto:weiyj.lk@gmail.com]
> > Sent: Wednesday, November 28, 2012 9:23 PM
> > To: KY Srinivasan; Haiyang Zhang
> > Cc: yongjun_wei@trendmicro.com.cn; devel@linuxdriverproject.org; linux-
> > kernel@vger.kernel.org
> > Subject: [PATCH -next] hv: hv_balloon: remove duplicated include from
> > hv_balloon.c
> > 
> > From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> > 
> > Remove duplicated include.
> > 
> > Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> > ---
> >  drivers/hv/hv_balloon.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
> > index f6c0011..0ce08c4 100644
> > --- a/drivers/hv/hv_balloon.c
> > +++ b/drivers/hv/hv_balloon.c
> > @@ -29,7 +29,6 @@
> >  #include <linux/memory_hotplug.h>
> >  #include <linux/memory.h>
> >  #include <linux/notifier.h>
> > -#include <linux/mman.h>
> >  #include <linux/percpu_counter.h>
> > 
> >  #include <linux/hyperv.h>
> 
> Could you generate patches using git.

Why do you think this wasn't generated using git?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c
  2012-11-29 17:31   ` Greg KH
@ 2012-11-29 17:36     ` KY Srinivasan
  0 siblings, 0 replies; 5+ messages in thread
From: KY Srinivasan @ 2012-11-29 17:36 UTC (permalink / raw)
  To: Greg KH
  Cc: Wei Yongjun, Haiyang Zhang, devel@linuxdriverproject.org,
	yongjun_wei@trendmicro.com.cn, linux-kernel@vger.kernel.org



> -----Original Message-----
> From: Greg KH [mailto:gregkh@linuxfoundation.org]
> Sent: Thursday, November 29, 2012 12:31 PM
> To: KY Srinivasan
> Cc: Wei Yongjun; Haiyang Zhang; devel@linuxdriverproject.org;
> yongjun_wei@trendmicro.com.cn; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH -next] hv: hv_balloon: remove duplicated include from
> hv_balloon.c
> 
> On Thu, Nov 29, 2012 at 05:09:42PM +0000, KY Srinivasan wrote:
> >
> >
> > > -----Original Message-----
> > > From: Wei Yongjun [mailto:weiyj.lk@gmail.com]
> > > Sent: Wednesday, November 28, 2012 9:23 PM
> > > To: KY Srinivasan; Haiyang Zhang
> > > Cc: yongjun_wei@trendmicro.com.cn; devel@linuxdriverproject.org; linux-
> > > kernel@vger.kernel.org
> > > Subject: [PATCH -next] hv: hv_balloon: remove duplicated include from
> > > hv_balloon.c
> > >
> > > From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> > >
> > > Remove duplicated include.
> > >
> > > Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> > > ---
> > >  drivers/hv/hv_balloon.c | 1 -
> > >  1 file changed, 1 deletion(-)
> > >
> > > diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
> > > index f6c0011..0ce08c4 100644
> > > --- a/drivers/hv/hv_balloon.c
> > > +++ b/drivers/hv/hv_balloon.c
> > > @@ -29,7 +29,6 @@
> > >  #include <linux/memory_hotplug.h>
> > >  #include <linux/memory.h>
> > >  #include <linux/notifier.h>
> > > -#include <linux/mman.h>
> > >  #include <linux/percpu_counter.h>
> > >
> > >  #include <linux/hyperv.h>
> >
> > Could you generate patches using git.
> 
> Why do you think this wasn't generated using git?

My mistake! 

K. Y
> 
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-29 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29  2:22 [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c Wei Yongjun
2012-11-29 17:08 ` KY Srinivasan
2012-11-29 17:09 ` KY Srinivasan
2012-11-29 17:31   ` Greg KH
2012-11-29 17:36     ` KY Srinivasan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.