mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
Found in the Versatile build: WARNING: drivers/built-in.o(.data+0x14c): Section mismatch in reference from the variable pl061_gpio_driver to the (unknown reference) .init.data:(unknown) The variable pl061_gpio_driver references the (unknown reference) __initdata (unknown) WARNING: drivers/built-in.o(.data+0x40f8): Section mismatch in reference from the variable pl011_driver to the (unknown reference) .init.data:(unknown) The variable pl011_driver references the (unknown reference) __initdata (unknown) WARNING: drivers/built-in.o(.data+0x5ab4): Section mismatch in reference from the variable pl031_driver to the (unknown reference) .init.data:(unknown) The variable pl031_driver references the (unknown reference) __initdata (unknown) Basically, amba_id structures must not be __initdata. Also fix: WARNING: drivers/built-in.o(.data+0x138): Section mismatch in reference from the variable pl061_gpio_driver to the function .init.text:pl061_probe() The variable pl061_gpio_driver references the function __init pl061_probe() which is an incorrectly annotated probe function. Fix it to reflect the other AMBA bus probe functions by removing the __init attributation. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |
||
|---|---|---|
| .. | ||
| adp5520-gpio.c | ||
| adp5588-gpio.c | ||
| bt8xxgpio.c | ||
| cs5535-gpio.c | ||
| gpiolib.c | ||
| it8761e_gpio.c | ||
| janz-ttl.c | ||
| Kconfig | ||
| langwell_gpio.c | ||
| Makefile | ||
| max730x.c | ||
| max732x.c | ||
| max7300.c | ||
| max7301.c | ||
| mc33880.c | ||
| mcp23s08.c | ||
| pca953x.c | ||
| pcf857x.c | ||
| pl061.c | ||
| rdc321x-gpio.c | ||
| sch_gpio.c | ||
| tc35892-gpio.c | ||
| timbgpio.c | ||
| twl4030-gpio.c | ||
| ucb1400_gpio.c | ||
| vr41xx_giu.c | ||
| wm831x-gpio.c | ||
| wm8350-gpiolib.c | ||
| wm8994-gpio.c | ||
| xilinx_gpio.c | ||