PCI Section mismatch error in linux-next.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
For MIPS, Thierry Reding's patch in linux-next (PCI: Keep
pci_fixup_irqs() around after init) causes:
WARNING: vmlinux.o(.text+0x22c784): Section mismatch in reference from
the function pci_fixup_irqs() to the function
.init.text:pcibios_update_irq()
The MIPS implementation of pcibios_update_irq() is __init, so there is
conflict with the removal of __init from pci_fixup_irqs() and
pdev_fixup_irq().
Can you guys either remove the patch from linux-next, or improve it to
also fix up any architecture implementations of pdev_update_irq()?
Thanks,
David Daney
[Index of Archives]
[Linux MIPS Home]
[LKML Archive]
[Linux ARM Kernel]
[Linux ARM]
[Linux]
[Git]
[Yosemite News]
[Linux SCSI]
[Linux Hams]