From patchwork Sat Nov 12 21:24:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe JAILLET X-Patchwork-Id: 13041379 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4B36FC433FE for ; Sat, 12 Nov 2022 21:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=+axEIfgPl6foFfwLIbrgirV01vY2bz2ugRJ8MgJNRwU=; b=t0LbU5POWdxtUV 6ORFodxkkQxYZEIexA/mAzxShEClGZKPWQAdM05Ggio79De+Msl5J06ErcN+USo8fqvFHk19Eeeel 2qFodc0Tlc01Ay+cGoHzuUAgsDneeMFnWB1/RTLcxWf+8VoGRPZU4A4MsHNA+muRk65wDpzRz4HeN +VM7FSm7+pnMWqEli4yBwyektR8KMbBVP9Bgu6gsy8n2uwlH823G/7/Zn+BnCe/Npl+YZNozBITxS kTWRT8F74kybCDeDhbbDeEpw7gqchW5uzLwcrtLJLrC7AgsKFFzYAhrqqVsSuc2c2funUM2mmOpaO l5znBH3J9AJyNwVc4qWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1otxzf-007suv-Ie; Sat, 12 Nov 2022 21:24:51 +0000 Received: from smtp-15.smtpout.orange.fr ([80.12.242.15] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1otxza-007ssP-J9 for linux-arm-kernel@lists.infradead.org; Sat, 12 Nov 2022 21:24:48 +0000 Received: from pop-os.home ([86.243.100.34]) by smtp.orange.fr with ESMTPA id txzPoyreoPMmatxzPog4LE; Sat, 12 Nov 2022 22:24:37 +0100 X-ME-Helo: pop-os.home X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sat, 12 Nov 2022 22:24:37 +0100 X-ME-IP: 86.243.100.34 From: Christophe JAILLET To: Rui Miguel Silva , Laurent Pinchart , Steve Longerbeam , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [PATCH] media: staging: media: imx: imx7-media-csi: Remove a useless include Date: Sat, 12 Nov 2022 22:24:34 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221112_132446_785095_ABC3CD18 X-CRM114-Status: UNSURE ( 8.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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