ARM: OMAP2+: prm44xx: make prm_{save,restore}_context static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 8 Oct 2019 12:33:37 +0000 (13:33 +0100)
committerTony Lindgren <tony@atomide.com>
Mon, 21 Oct 2019 17:36:27 +0000 (10:36 -0700)
commit89ffcdba95bdc250d926a1784c61848dab4568eb
tree04d616145d0b443c0dc1cc38d4b860f1f0997a33
parent607295af887066cbf4e39587b144a65cc2b96ea2
ARM: OMAP2+: prm44xx: make prm_{save,restore}_context static

The prm_{save,restore}_context functions are not exported
so make them static to avoid the following warnings:

arch/arm/mach-omap2/prm44xx.c:748:6: warning: symbol 'prm_save_context' was not declared. Should it be static?
arch/arm/mach-omap2/prm44xx.c:759:6: warning: symbol 'prm_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/prm44xx.c