From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 526B6C43219 for ; Sat, 12 Nov 2022 21:52:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235118AbiKLVwI (ORCPT ); Sat, 12 Nov 2022 16:52:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230147AbiKLVwF (ORCPT ); Sat, 12 Nov 2022 16:52:05 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D357E03F; Sat, 12 Nov 2022 13:52:05 -0800 (PST) Received: from pendragon.ideasonboard.com (d5152d7bc.static.telenet.be [81.82.215.188]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7D1188B; Sat, 12 Nov 2022 22:52:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1668289923; bh=z4by1LPPrBEvm+MnM3qkDhLKqex0JxEX/cFb063yd8Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OgEc2gwHV0e/dellfXFV6tbCzLsjJA+poCAcalC8Ys4Eex9g0/GUZmyiA1sbyqEqQ L1ynVNuWlL5nXqiVitJi57aIsXAqpXbGFwkoZS1u//gD4TYBOW65hybPDS65C1W5hR irT7+o6z1sK8wo7J6u5XgpedBfDMu9fG3F0Xs14I= Date: Sat, 12 Nov 2022 23:51:45 +0200 From: Laurent Pinchart To: Christophe JAILLET Cc: Rui Miguel Silva , Steve Longerbeam , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] media: staging: media: imx: imx7-media-csi: Remove a useless include Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christophe, Thank you for the patch. On Sat, Nov 12, 2022 at 10:24:34PM +0100, Christophe JAILLET wrote: > is not needed for this driver. Remove the corresponding > #include. > > Signed-off-by: Christophe JAILLET Reviewed-by: Laurent Pinchart > --- > drivers/staging/media/imx/imx7-media-csi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/media/imx/imx7-media-csi.c b/drivers/staging/media/imx/imx7-media-csi.c > index e5b550ccfa22..cb7d8381f6f2 100644 > --- a/drivers/staging/media/imx/imx7-media-csi.c > +++ b/drivers/staging/media/imx/imx7-media-csi.c > @@ -8,7 +8,6 @@ > > #include > #include > -#include > #include > #include > #include -- Regards, Laurent Pinchart