mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 18:38:38 +00:00
9613afc36a
s3c24xx_ts_set_platdata is annotated __init and not used by any module, thus don't export it. This patch fixes below warning: WARNING: arch/arm/plat-samsung/built-in.o(__ksymtab+0x90): Section mismatch in reference from the variable __ksymtab_s3c24xx_ts_set_platdata to the function .init.text:s3c24xx_ts_set_platdata() The symbol s3c24xx_ts_set_platdata is exported and annotated __init Fix this by removing the __init annotation of s3c24xx_ts_set_platdata or drop the export. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> |
||
---|---|---|
.. | ||
include/plat | ||
adc.c | ||
clock-clksrc.c | ||
clock.c | ||
dev-adc.c | ||
dev-asocdma.c | ||
dev-fb.c | ||
dev-hsmmc1.c | ||
dev-hsmmc2.c | ||
dev-hsmmc3.c | ||
dev-hsmmc.c | ||
dev-hwmon.c | ||
dev-i2c0.c | ||
dev-i2c1.c | ||
dev-i2c2.c | ||
dev-i2c3.c | ||
dev-i2c4.c | ||
dev-i2c5.c | ||
dev-i2c6.c | ||
dev-i2c7.c | ||
dev-ide.c | ||
dev-keypad.c | ||
dev-nand.c | ||
dev-onenand.c | ||
dev-rtc.c | ||
dev-ts.c | ||
dev-uart.c | ||
dev-usb-hsotg.c | ||
dev-usb.c | ||
dev-wdt.c | ||
dma.c | ||
gpio-config.c | ||
gpio.c | ||
gpiolib.c | ||
init.c | ||
irq-uart.c | ||
irq-vic-timer.c | ||
Kconfig | ||
Makefile | ||
pd.c | ||
platformdata.c | ||
pm-check.c | ||
pm-gpio.c | ||
pm.c | ||
pwm-clock.c | ||
pwm.c | ||
s3c-pl330.c | ||
time.c | ||
wakeup-mask.c |