ARM: pxa: remove use of symbol_get()
authorArnd Bergmann <arnd@arndb.de>
Tue, 1 Aug 2023 17:35:40 +0000 (19:35 +0200)
committerLuis Chamberlain <mcgrof@kernel.org>
Wed, 2 Aug 2023 18:15:11 +0000 (11:15 -0700)
commit0faa29c4207e6e29cfc81b427df60e326c37083a
treeaec1f95f0a1674241f404f68ee064bf7427dec99
parent4b49df654cd0d1c3c359fc0f52182943a650b746
ARM: pxa: remove use of symbol_get()

The spitz board file uses the obscure symbol_get() function
to optionally call a function from sharpsl_pm.c if that is
built. However, the two files are always built together
these days, and have been for a long time, so this can
be changed to a normal function call.

Link: https://lore.kernel.org/lkml/20230731162639.GA9441@lst.de/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
arch/arm/mach-pxa/sharpsl_pm.c
arch/arm/mach-pxa/spitz.c