linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] staging: media: stih-cec: remove unused including <linux/version.h>
@ 2016-09-28 15:13 Wei Yongjun
  2016-09-28 18:31 ` Benjamin Gaignard
  2016-10-02 14:55 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Wei Yongjun @ 2016-09-28 15:13 UTC (permalink / raw)
  To: Benjamin Gaignard, Mauro Carvalho Chehab, Greg Kroah-Hartman
  Cc: Wei Yongjun, kernel, linux-media, devel

From: Wei Yongjun <weiyongjun1@huawei.com>

Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/staging/media/st-cec/stih-cec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/media/st-cec/stih-cec.c b/drivers/staging/media/st-cec/stih-cec.c
index 2143448..b0aee1d 100644
--- a/drivers/staging/media/st-cec/stih-cec.c
+++ b/drivers/staging/media/st-cec/stih-cec.c
@@ -16,7 +16,6 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/platform_device.h>
-#include <linux/version.h>
 
 #include <media/cec.h>


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

* Re: [PATCH -next] staging: media: stih-cec: remove unused including <linux/version.h>
  2016-09-28 15:13 [PATCH -next] staging: media: stih-cec: remove unused including <linux/version.h> Wei Yongjun
@ 2016-09-28 18:31 ` Benjamin Gaignard
  2016-10-02 14:55 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 4+ messages in thread
From: Benjamin Gaignard @ 2016-09-28 18:31 UTC (permalink / raw)
  To: Wei Yongjun
  Cc: Mauro Carvalho Chehab, Greg Kroah-Hartman, Wei Yongjun, kernel,
	linux-media@vger.kernel.org, devel

Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>

2016-09-28 17:13 GMT+02:00 Wei Yongjun <weiyj.lk@gmail.com>:
> From: Wei Yongjun <weiyongjun1@huawei.com>
>
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
> ---
>  drivers/staging/media/st-cec/stih-cec.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/media/st-cec/stih-cec.c b/drivers/staging/media/st-cec/stih-cec.c
> index 2143448..b0aee1d 100644
> --- a/drivers/staging/media/st-cec/stih-cec.c
> +++ b/drivers/staging/media/st-cec/stih-cec.c
> @@ -16,7 +16,6 @@
>  #include <linux/module.h>
>  #include <linux/of.h>
>  #include <linux/platform_device.h>
> -#include <linux/version.h>
>
>  #include <media/cec.h>
>



-- 
Benjamin Gaignard

Graphic Study Group

Linaro.org │ Open source software for ARM SoCs

Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH -next] staging: media: stih-cec: remove unused including <linux/version.h>
  2016-09-28 15:13 [PATCH -next] staging: media: stih-cec: remove unused including <linux/version.h> Wei Yongjun
  2016-09-28 18:31 ` Benjamin Gaignard
@ 2016-10-02 14:55 ` Greg Kroah-Hartman
  2016-10-24 20:24   ` Mauro Carvalho Chehab
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2016-10-02 14:55 UTC (permalink / raw)
  To: Wei Yongjun
  Cc: Benjamin Gaignard, Mauro Carvalho Chehab, Wei Yongjun, kernel,
	linux-media, devel

On Wed, Sep 28, 2016 at 03:13:13PM +0000, Wei Yongjun wrote:
> From: Wei Yongjun <weiyongjun1@huawei.com>
> 
> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
> Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> ---
>  drivers/staging/media/st-cec/stih-cec.c | 1 -

This file isn't in my tree, maybe it needs to go through Mauro's...

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

* Re: [PATCH -next] staging: media: stih-cec: remove unused including <linux/version.h>
  2016-10-02 14:55 ` Greg Kroah-Hartman
@ 2016-10-24 20:24   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2016-10-24 20:24 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Wei Yongjun, Benjamin Gaignard, Mauro Carvalho Chehab,
	Wei Yongjun, kernel, linux-media, devel

Em Sun, 2 Oct 2016 16:55:05 +0200
Greg Kroah-Hartman <gregkh@linuxfoundation.org> escreveu:

> On Wed, Sep 28, 2016 at 03:13:13PM +0000, Wei Yongjun wrote:
> > From: Wei Yongjun <weiyongjun1@huawei.com>
> > 
> > Remove including <linux/version.h> that don't need it.
> > 
> > Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
> > Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> > ---
> >  drivers/staging/media/st-cec/stih-cec.c | 1 -  
> 
> This file isn't in my tree, maybe it needs to go through Mauro's...

I'm applying it here on my tree.

Regards,

Thanks,
Mauro

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

end of thread, other threads:[~2016-10-24 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 15:13 [PATCH -next] staging: media: stih-cec: remove unused including <linux/version.h> Wei Yongjun
2016-09-28 18:31 ` Benjamin Gaignard
2016-10-02 14:55 ` Greg Kroah-Hartman
2016-10-24 20:24   ` Mauro Carvalho Chehab

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).