From patchwork Tue May 10 11:51:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 15890 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 13332C3280 for ; Tue, 10 May 2022 11:52:48 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id A0EC6656CD; Tue, 10 May 2022 13:52:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1652183567; bh=rxA+S3Y9czX3f8Mgq5gZO4DV4tI/RPfGFDgMPXG/XaE=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=I4MLlWpMQrugjaT69TIdzEkyFrTlguk6pEtRkns7P+6YKKfcrceXl6tc8S0PjB+3C tOVtTNlltJsQn8Iz5yM5FOPhhvo+428DtFkgxmACa6qLFUdWVWfOdwUQXvs8D1sjSS xXAZ/RsSqm1dkLG+7rxkht8aWnnBmn3ZjqlZqx4/XrkrWYxWZngFD7hnn0Pwur+m0I pf3BZcUeKjnLaZ8lJPFluQNhB4Lubp7uaKk1J1QJ+rxkEZguzOQYEsNIQm+2AcLgZf bLaXO4wXqZWf5PemX6nDcTBAtrErfdGEJUVxFH0MW+jw3N8gW54MM2TWTxN2UscFrk U+sBlK3UE2VaQ== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B8B31656BC for ; Tue, 10 May 2022 13:52:39 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ofc9FHCB"; dkim-atps=neutral Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CE3AB1224; Tue, 10 May 2022 13:52:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1652183559; bh=rxA+S3Y9czX3f8Mgq5gZO4DV4tI/RPfGFDgMPXG/XaE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ofc9FHCBo9so1iWdajisxLaDshHM1H1KAsO8agdzfxQmdDZA0fRLX/AY86Gm76GxQ 4Yapn8tGTkbJYuVa+12mRZgcJ1addFZrEmiZx92/jhkDI1eP038EMCznWOg7eC1QOS +QU4T2DybVNtpP1wP0TCGpXOi1EO+OOmFx1eCWy8= To: libcamera-devel@lists.libcamera.org Date: Tue, 10 May 2022 14:51:47 +0300 Message-Id: <20220510115147.19360-51-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220510115147.19360-1-laurent.pinchart@ideasonboard.com> References: <20220510115147.19360-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 50/50] staging: media: imx: imx7-media-csi: Drop usage of shared helpers X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Cc: Martin Kepplinger , kernel@pengutronix.de, Dorota Czaplejewicz , Alexander Stein , Rui Miguel Silva , Philipp Zabel , Steve Longerbeam Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" None of the shared helpers are used anymore. Make this official by dropping inclusion of imx-media.h. Signed-off-by: Laurent Pinchart --- drivers/staging/media/imx/imx7-media-csi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/media/imx/imx7-media-csi.c b/drivers/staging/media/imx/imx7-media-csi.c index ae74256755f4..cf35a2a02d8d 100644 --- a/drivers/staging/media/imx/imx7-media-csi.c +++ b/drivers/staging/media/imx/imx7-media-csi.c @@ -28,8 +28,6 @@ #include #include -#include "imx-media.h" - #define IMX7_CSI_PAD_SINK 0 #define IMX7_CSI_PAD_SRC 1 #define IMX7_CSI_PADS_NUM 2