ARM: OMAP2+: do not export am43xx_control functions
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 8 Oct 2019 12:33:36 +0000 (13:33 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 21 Oct 2019 17:30:54 +0000 (10:30 -0700)
commit87c59ca22b484a08cb3764a3f7f7315297bafc9b
tree3e36fee2ffbd7c2765e5cc4b982344ca5485ed4b
parent21a18129edd773c7c75725af344f51faf00040e6
ARM: OMAP2+: do not export am43xx_control functions

Do not export am43xx_control_{save,restore}_context to avoid
the foloowing warnings:

arch/arm/mach-omap2/control.c:687:6: warning: symbol 'am43xx_control_save_context' was not declared. Should it be static?
arch/arm/mach-omap2/control.c:701:6: warning: symbol 'am43xx_control_restore_context' 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/control.c