ARM: OMAP2+: make dra7xx_sha0_hwmod static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 9 Oct 2019 08:56:45 +0000 (09:56 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 21 Oct 2019 17:32:09 +0000 (10:32 -0700)
commit607295af887066cbf4e39587b144a65cc2b96ea2
tree6c5bfafb42e5997e28f13c8122b63ee536b407fa
parent87c59ca22b484a08cb3764a3f7f7315297bafc9b
ARM: OMAP2+: make dra7xx_sha0_hwmod static

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?

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