From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([85.220.165.71]:52165 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725925AbeJHOuZ (ORCPT ); Mon, 8 Oct 2018 10:50:25 -0400 Message-ID: <1538984398.11512.2.camel@pengutronix.de> Subject: Re: [PATCH -next] media: imx-pxp: remove duplicated include from imx-pxp.c From: Philipp Zabel To: YueHaibing , Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, kernel-janitors@vger.kernel.org Date: Mon, 08 Oct 2018 09:39:58 +0200 In-Reply-To: <1538811362-80425-1-git-send-email-yuehaibing@huawei.com> References: <1538811362-80425-1-git-send-email-yuehaibing@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On Sat, 2018-10-06 at 07:36 +0000, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing > --- > drivers/media/platform/imx-pxp.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/platform/imx-pxp.c b/drivers/media/platform/imx-pxp.c > index b76cd0e..229c23a 100644 > --- a/drivers/media/platform/imx-pxp.c > +++ b/drivers/media/platform/imx-pxp.c > @@ -16,7 +16,6 @@ > #include > #include > #include > -#include > #include > #include > #include This reverts a41d203a1d34, which was a duplicate of already applied b4fbf423cef9: https://patchwork.linuxtv.org/patch/52243/ Acked-by: Philipp Zabel regards Philipp From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Date: Mon, 08 Oct 2018 07:39:58 +0000 Subject: Re: [PATCH -next] media: imx-pxp: remove duplicated include from imx-pxp.c Message-Id: <1538984398.11512.2.camel@pengutronix.de> List-Id: References: <1538811362-80425-1-git-send-email-yuehaibing@huawei.com> In-Reply-To: <1538811362-80425-1-git-send-email-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: YueHaibing , Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, kernel-janitors@vger.kernel.org On Sat, 2018-10-06 at 07:36 +0000, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing > --- > drivers/media/platform/imx-pxp.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/platform/imx-pxp.c b/drivers/media/platform/imx-pxp.c > index b76cd0e..229c23a 100644 > --- a/drivers/media/platform/imx-pxp.c > +++ b/drivers/media/platform/imx-pxp.c > @@ -16,7 +16,6 @@ > #include > #include > #include > -#include > #include > #include > #include This reverts a41d203a1d34, which was a duplicate of already applied b4fbf423cef9: https://patchwork.linuxtv.org/patch/52243/ Acked-by: Philipp Zabel regards Philipp