PCI: Discard __init annotations for pci_fixup_irqs() and related functions
Remove the __init annotations in order to keep pci_fixup_irqs() around after init (e.g. for hotplug). This requires the same change for the implementation of pcibios_update_irq() on all architectures. While at it, all __devinit annotations are removed as well, since they will be useless now that HOTPLUG is always on. Signed-off-by:Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by:
Bjorn Helgaas <bhelgaas@google.com> Acked-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- arch/alpha/kernel/pci.c 1 addition, 1 deletionarch/alpha/kernel/pci.c
- arch/arm/kernel/bios32.c 1 addition, 1 deletionarch/arm/kernel/bios32.c
- arch/ia64/pci/pci.c 1 addition, 1 deletionarch/ia64/pci/pci.c
- arch/mips/pci/pci.c 1 addition, 1 deletionarch/mips/pci/pci.c
- arch/sh/drivers/pci/pci.c 1 addition, 1 deletionarch/sh/drivers/pci/pci.c
- arch/sparc/kernel/leon_pci.c 1 addition, 1 deletionarch/sparc/kernel/leon_pci.c
- arch/tile/kernel/pci.c 1 addition, 1 deletionarch/tile/kernel/pci.c
- arch/tile/kernel/pci_gx.c 1 addition, 1 deletionarch/tile/kernel/pci_gx.c
- arch/unicore32/kernel/pci.c 1 addition, 1 deletionarch/unicore32/kernel/pci.c
- arch/x86/pci/visws.c 1 addition, 1 deletionarch/x86/pci/visws.c
- arch/xtensa/kernel/pci.c 1 addition, 1 deletionarch/xtensa/kernel/pci.c
- drivers/pci/setup-irq.c 2 additions, 2 deletionsdrivers/pci/setup-irq.c
Loading
Please register or sign in to comment