From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/2] ARM: OMAP2+: make omap44xx_sha0_hwmod and omap44xx_l3_main_2__des static Date: Mon, 21 Oct 2019 10:37:27 -0700 Message-ID: <20191021173727.GF5610@atomide.com> References: <20191009085646.21755-1-ben.dooks@codethink.co.uk> <20191009085646.21755-2-ben.dooks@codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20191009085646.21755-2-ben.dooks@codethink.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ben Dooks Cc: linux-kernel@lists.codethink.co.uk, Paul Walmsley , linux-omap@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Ben Dooks [191009 01:57]: > The omap44xx_sha0_hwmod and omap44xx_l3_main_2__des objects are > not exported so make them static to avoid the following warnings: > > arch/arm/mach-omap2/omap_hwmod_44xx_data.c:793:19: warning: symbol 'omap44xx_sha0_hwmod' was not declared. Should it be static? > arch/arm/mach-omap2/omap_hwmod_44xx_data.c:977:26: warning: symbol 'omap44xx_l3_main_2__des' was not declared. Should it be static? Applying into omap-for-v5.5/soc thanks. Tony