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 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 6999CC433F5 for ; Tue, 10 May 2022 11:06:39 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GxSyMZ+kROUJeqM8m1BC9afFGjl81WdkoxF233FBV1g=; b=zIp3OwdjLBZqk8 PeCjXN4S2FGB+xgjaceYzoNl4T+ey3NsYZEwmXJ/LIadUa3LfwVAtWxFBbs3FUnumW3q0H7atf3ul eVuJAuRgE5IaaGLtkN2Y595d0HMHJGlVn5nFj/tj7BdYYV+9YOcwSewPJ9fjpDPjaGPVf04jWpYqB CNftWc+xGmNQvHtD85XugAIDc0nWJfdohY0zC5L3Mu6/DNVvgMJ/Xw15EpRcxG+NOZI6/3aQIOieY bHcG4WbDfyb0fmgv2/H8/9bGIaO+PnrSl/ZHPjp8hDuMfQxIRaaveaaotsP5QYp79EFbBe+KkY3Gb mlGwtHUPkLcXij0sgmkQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1noNgS-001PFW-T9; Tue, 10 May 2022 11:05:41 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1noNgO-001PDl-PO for linux-arm-kernel@lists.infradead.org; Tue, 10 May 2022 11:05:39 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 78142B81CBC; Tue, 10 May 2022 11:05:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D125AC385A6; Tue, 10 May 2022 11:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652180734; bh=cEhq0PJv+P9seAlvHCJTfRjKnNFtwRNlIyrJuyROuTY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Lsd65Vz2p+w0iUyDILvnt1ep5IZkqnskYuYF1l5oisEcJnkWv0OK48vxUeHkOqgTE ufVipb8KLAgAhcFtXTX2IgctFLMgJL2pslN1zAPuD14yLUAP+7EA151QXeg/F5NS7n DXSsDu7dFis6mRWSiWy9p2rc08f9vRuHE1SXx4lRNUqsE54nBJ1m1H1pmvLU8knVaa Z6XuSM21DLOdN5KWRy4dqiiNUHdQyc4aD6gUhAd/r15o4bqqU5kLsJsnB9Vi6fHi+X jv3YabR1G/LcXYwMmXEDiqeFUDcNDMTM1+aI6T3ZU+n3pK6af/qV03IUSp00pKFQLk qLQGRi3FJ3DVA== Date: Tue, 10 May 2022 12:05:29 +0100 From: Will Deacon To: Linu Cherian Cc: maz@kernel.org, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuc.decode@gmail.com, kernel test robot Subject: Re: [PATCH V2] arm64: Declare non global symbols as static Message-ID: <20220510110528.GC27557@willie-the-truck> References: <20220509043221.16361-1-lcherian@marvell.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220509043221.16361-1-lcherian@marvell.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220510_040536_999933_D9746095 X-CRM114-Status: GOOD ( 13.84 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, May 09, 2022 at 10:02:21AM +0530, Linu Cherian wrote: > Fix below sparse warnings introduced while adding errata. > > arch/arm64/kernel/cpu_errata.c:218:25: sparse: warning: symbol > 'cavium_erratum_23154_cpus' was not declared. Should it be static? > > Reported-by: kernel test robot > Signed-off-by: Linu Cherian > --- > Changes from V1: > Reverted change to global symbol cavium_erratum_27456_cpus since it > was used in other files. > > arch/arm64/kernel/cpu_errata.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Will Deacon Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel