ARM: OMAP2+: make omap44xx_sha0_hwmod and omap44xx_l3_main_2__des static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 9 Oct 2019 08:56:46 +0000 (09:56 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 21 Oct 2019 17:37:10 +0000 (10:37 -0700)
commit06bd77f965ae5209ec6024cb4e48c05a83141784
tree905e6efa29911423d4a36b5cb8c24fef1143b52a
parent89ffcdba95bdc250d926a1784c61848dab4568eb
ARM: OMAP2+: make omap44xx_sha0_hwmod and omap44xx_l3_main_2__des static

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?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_44xx_data.c