[-next] staging: media: stih-cec: remove unused including <linux/version.h>

Message ID 1475075593-22123-1-git-send-email-weiyj.lk@gmail.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Wei Yongjun Sept. 28, 2016, 3:13 p.m. UTC
  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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Comments

Benjamin Gaignard Sept. 28, 2016, 6:31 p.m. UTC | #1
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>
>
  
Greg KH Oct. 2, 2016, 2:55 p.m. UTC | #2
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...
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  
Mauro Carvalho Chehab Oct. 24, 2016, 8:24 p.m. UTC | #3
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
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Patch

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>