ARM: ux500: make ux500_cpu_die static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 23 Mar 2021 08:32:03 +0000 (09:32 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 1 Apr 2021 20:30:49 +0000 (22:30 +0200)
commit758c5408ea3d6d730ee388ad8354c4fe94685d4c
tree320bc6a01b8590a951c42db857e4dc4e200b36af
parenta38fd8748464831584a19438cbb3082b5a2dab15
ARM: ux500: make ux500_cpu_die static

The ux500_cpu_die function is not exported so make it static
to avoid the following warning:

arch/arm/mach-ux500/platsmp.c:89:6: warning: symbol 'ux500_cpu_die' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210323083203.1646842-1-linus.walleij@linaro.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ux500/platsmp.c