linux-stable/arch/arm/mach-pxa
Arnd Bergmann 2e2b26813a ARM: pxa: remove use of symbol_get()
commit 0faa29c420 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-09-23 10:46:52 +02:00
..
include/mach License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
am200epd.c
am300epd.c
balloon3.c
capc7117.c
cm-x2xx-pci.c
cm-x2xx-pci.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
cm-x2xx.c
cm-x255.c
cm-x270.c
cm-x300.c ARM: pxa: avoid section mismatch warning 2019-02-12 19:46:04 +01:00
colibri-evalboard.c
colibri-pxa3xx.c
colibri-pxa270-income.c
colibri-pxa270.c
colibri-pxa300.c
colibri-pxa320.c
colibri.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
corgi.c
corgi_pm.c
csb701.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
csb726.c
csb726.h
devices.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
devices.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
em-x270.c
eseries-irq.h
eseries.c
ezx.c
generic.c
generic.h
gumstix.c
gumstix.h
h5000.c
h5000.h
himalaya.c
hx4700.c
icontrol.c
idp.c
idp.h
irq.c ARM: pxa: irq: fix handling of ICMR registers in suspend/resume 2018-08-24 13:09:13 +02:00
Kconfig
littleton.c ARM: pxa: avoid section mismatch warning 2019-02-12 19:46:04 +01:00
littleton.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
lpd270.c
lpd270.h
lubbock.c
magician.c
mainstone.c
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile.boot
mfp-pxa2xx.c
mfp-pxa2xx.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mfp-pxa3xx.c
mfp-pxa3xx.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mfp-pxa25x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mfp-pxa27x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mfp-pxa300.h
mfp-pxa320.h
mfp-pxa930.h
mioa701.c
mioa701.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mioa701_bootresume.S
mp900.c
mxm8x10.c
mxm8x10.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
palm27x.c
palm27x.h
palmld.c
palmt5.c
palmt5.h
palmtc.c
palmte2.c
palmte2.h
palmtreo.c
palmtreo.h
palmtx.c
palmz72.c
palmz72.h
pcm027.c
pcm027.h
pcm990-baseboard.c
pcm990_baseboard.h
pm.c
pm.h
poodle.c
pxa-dt.c
pxa2xx.c
pxa3xx-ulpi.c
pxa3xx.c
pxa3xx.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa25x.c
pxa25x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa27x-udc.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa27x.c
pxa27x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa300.c
pxa300.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa320.c
pxa320.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa930.c
pxa930.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa_cplds_irqs.c
raumfeld.c
regs-rtc.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
regs-u2d.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
reset.c
saar.c
sharpsl_pm.c ARM: pxa: remove use of symbol_get() 2023-09-23 10:46:52 +02:00
sharpsl_pm.h
sleep.S
smemc.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
spitz.c ARM: pxa: remove use of symbol_get() 2023-09-23 10:46:52 +02:00
spitz_pm.c
standby.S
stargate2.c
tavorevb.c
tosa-bt.c ARM: pxa/tosa-bt: add MODULE_LICENSE tag 2018-02-22 15:42:32 +01:00
tosa.c
tosa_bt.h
trizeps4.c
udc.h
viper.c
viper.h
vpac270.c
xcep.c
z2.c
zeus.c ARM: pxa: avoid section mismatch warning 2019-02-12 19:46:04 +01:00
zeus.h
zylonite.c
zylonite.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zylonite_pxa300.c
zylonite_pxa320.c