From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/2] ARM: OMAP2+: make dra7xx_sha0_hwmod static Date: Mon, 21 Oct 2019 10:35:33 -0700 Message-ID: <20191021173533.GD5610@atomide.com> References: <20191009085646.21755-1-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-1-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 dra7xx_sha0_hwmod object is not exported outside of > omap_hwmod_7xx_data. so make it static to avoid the > following warning: > > arch/arm/mach-omap2/omap_hwmod_7xx_data.c:686:19: warning: symbol 'dra7xx_sha0_hwmod' was not declared. Should it be static? Applying into omap-for-v5.5/soc thanks. Tony