04c81c7293df ("MIPS: PCI: Replace pci_fixup_irqs() call with host bridge
IRQ mapping hooks") moved the PCI IRQ fixup to the new host bridge
map/swizzle_irq() hooks mechanism. Those hooks can also be called after
boot, when all the __init/__initdata/__initconst sections have been freed.
Therefore, functions called by them (and the data they refer to) must not
be marked as __init/__initdata/__initconst lest compilation trigger section
mismatch warnings.
Fix all the board files map_irq() hooks by simply removing the respective
__init/__initdata/__initconst section markers and by adding another
persistent hook IRQ map for the txx9 board files.
Fixes: 04c81c7293df ("MIPS: PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks")
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Steve French <smfrench@gmail.com>
|
||
|---|---|---|
| .. | ||
| clock.c | ||
| common.c | ||
| common.h | ||
| dev-common.c | ||
| dev-common.h | ||
| dev-gpio-buttons.c | ||
| dev-gpio-buttons.h | ||
| dev-leds-gpio.c | ||
| dev-leds-gpio.h | ||
| dev-spi.c | ||
| dev-spi.h | ||
| dev-usb.c | ||
| dev-usb.h | ||
| dev-wmac.c | ||
| dev-wmac.h | ||
| early_printk.c | ||
| irq.c | ||
| Kconfig | ||
| mach-ap81.c | ||
| mach-ap121.c | ||
| mach-ap136.c | ||
| mach-db120.c | ||
| mach-pb44.c | ||
| mach-ubnt-xm.c | ||
| machtypes.h | ||
| Makefile | ||
| pci.c | ||
| pci.h | ||
| Platform | ||
| prom.c | ||
| setup.c | ||