android_kernel_xiaomi_sm7250/arch/arm/mach-pxa
Arnd Bergmann 8b4116f089 ARM: pxa: avoid section mismatch warning
[ Upstream commit 88af3209aa0881aa5ffd99664b6080a4be5f24e5 ]

WARNING: vmlinux.o(.text+0x19f90): Section mismatch in reference from the function littleton_init_lcd() to the function .init.text:pxa_set_fb_info()
The function littleton_init_lcd() references
the function __init pxa_set_fb_info().
This is often because littleton_init_lcd lacks a __init
annotation or the annotation of pxa_set_fb_info is wrong.

WARNING: vmlinux.o(.text+0xf824): Section mismatch in reference from the function zeus_register_ohci() to the function .init.text:pxa_set_ohci_info()
The function zeus_register_ohci() references
the function __init pxa_set_ohci_info().
This is often because zeus_register_ohci lacks a __init
annotation or the annotation of pxa_set_ohci_info is wrong.

WARNING: vmlinux.o(.text+0xf95c): Section mismatch in reference from the function cm_x300_init_u2d() to the function .init.text:pxa3xx_set_u2d_info()
The function cm_x300_init_u2d() references
the function __init pxa3xx_set_u2d_info().
This is often because cm_x300_init_u2d lacks a __init
annotation or the annotation of pxa3xx_set_u2d_info is wrong.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-02-12 19:47:09 +01:00
..
include/mach
am200epd.c
am300epd.c
balloon3.c
capc7117.c
cm-x2xx-pci.c
cm-x2xx-pci.h
cm-x2xx.c
cm-x255.c
cm-x270.c
cm-x300.c ARM: pxa: avoid section mismatch warning 2019-02-12 19:47:09 +01:00
colibri-evalboard.c
colibri-pxa3xx.c
colibri-pxa270-income.c
colibri-pxa270.c
colibri-pxa300.c
colibri-pxa320.c
colibri.h
corgi_pm.c
corgi.c
csb701.c
csb726.c
csb726.h
devices.c
devices.h
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
Kconfig
littleton.c ARM: pxa: avoid section mismatch warning 2019-02-12 19:47:09 +01:00
littleton.h
lpd270.c
lpd270.h
lubbock.c
magician.c
mainstone.c
Makefile
Makefile.boot
mfp-pxa2xx.c
mfp-pxa2xx.h
mfp-pxa3xx.c
mfp-pxa3xx.h
mfp-pxa25x.h
mfp-pxa27x.h
mfp-pxa300.h
mfp-pxa320.h
mfp-pxa930.h
mioa701_bootresume.S
mioa701.c
mioa701.h
mp900.c
mxm8x10.c
mxm8x10.h
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.h
pcm990-baseboard.c
pm.c
pm.h
poodle.c
pxa2xx.c
pxa3xx-ulpi.c
pxa3xx.c
pxa3xx.h
pxa25x.c
pxa25x.h
pxa27x-udc.h
pxa27x.c
pxa27x.h
pxa300.c
pxa300.h
pxa320.c
pxa320.h
pxa930.c
pxa930.h
pxa_cplds_irqs.c
pxa-dt.c
raumfeld.c
regs-rtc.h
regs-u2d.h
reset.c
saar.c
sharpsl_pm.c
sharpsl_pm.h
sleep.S
smemc.c
spitz_pm.c
spitz.c
standby.S
stargate2.c
tavorevb.c
tosa_bt.h
tosa-bt.c
tosa.c
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:47:09 +01:00
zeus.h
zylonite_pxa300.c
zylonite_pxa320.c
zylonite.c
zylonite.h