Message ID | 1475075593-22123-1-git-send-email-weiyj.lk@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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> >
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
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
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>