]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8919/1: make unexported functions static
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Fri, 11 Oct 2019 12:53:20 +0000 (13:53 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Thu, 31 Oct 2019 16:58:52 +0000 (16:58 +0000)
commit90dad4e0afd323dcedd77dc7826a240b6707b398
tree1a324505cc6a1a9b16870daeeeccebbd15912fb8
parent034b24d166949513b5f60777cbab10c716ce4789
ARM: 8919/1: make unexported functions static

The psci_cpu_{disable,die,kill} functions are not
exported, so make them static to avoid the following
warnings:

arch/arm/kernel/psci_smp.c:54:5: warning: symbol 'psci_cpu_disable' was not declared. Should it be static?
arch/arm/kernel/psci_smp.c:67:6: warning: symbol 'psci_cpu_die' was not declared. Should it be static?
arch/arm/kernel/psci_smp.c:79:5: warning: symbol 'psci_cpu_kill' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/psci_smp.c