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 38EFFECAAD5 for ; Thu, 8 Sep 2022 04:21:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230320AbiIHEVD (ORCPT ); Thu, 8 Sep 2022 00:21:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230211AbiIHEUg (ORCPT ); Thu, 8 Sep 2022 00:20:36 -0400 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 99835CD517 for ; Wed, 7 Sep 2022 21:17:49 -0700 (PDT) Received: from pyrite.rasen.tech (h175-177-042-159.catv02.itscom.jp [175.177.42.159]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CA5C96CC; Thu, 8 Sep 2022 06:16:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1662610574; bh=bvDVW2xnM8/ge75nw8Era0XezorvXgg7ExY/SqlbxP8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IXq52bcF/hKbXvDToDItiKnwai/5GWAduzilYye46bTs3pYdUfCl0GsMExI8Cgcmt wQWvAWLqhSSZ2HRd0/OWaAovjWL7hte2awr6BvjRBYtXnNRbdhHDks5bHRGEnUZ8bf 8ewoze+PebguRhQIJFdHPIyQIifcm/8n9pHbAdVk= Date: Thu, 8 Sep 2022 13:16:06 +0900 From: paul.elder@ideasonboard.com To: Laurent Pinchart Cc: linux-media@vger.kernel.org, Rui Miguel Silva , Steve Longerbeam , Philipp Zabel , Jacopo Mondi , kernel@pengutronix.de, linux-imx@nxp.com Subject: Re: [PATCH 6/6] staging: media: imx: Make imx_media_of_add_csi() static Message-ID: <20220908041606.GJ1140330@pyrite.rasen.tech> References: <20220907200424.32136-1-laurent.pinchart@ideasonboard.com> <20220907200424.32136-7-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220907200424.32136-7-laurent.pinchart@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Wed, Sep 07, 2022 at 11:04:24PM +0300, Laurent Pinchart wrote: > The imx_media_of_add_csi() function is only called in its compilation > unit. Make it static and don't export it. > > Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder > --- > drivers/staging/media/imx/imx-media-of.c | 5 ++--- > drivers/staging/media/imx/imx-media.h | 2 -- > 2 files changed, 2 insertions(+), 5 deletions(-) > > diff --git a/drivers/staging/media/imx/imx-media-of.c b/drivers/staging/media/imx/imx-media-of.c > index 59f1eb7b62bc..92a99010c150 100644 > --- a/drivers/staging/media/imx/imx-media-of.c > +++ b/drivers/staging/media/imx/imx-media-of.c > @@ -16,8 +16,8 @@ > #include