Re: [PATCH v2 1/2] PCI: Keep pci_fixup_irqs() around after init

2012-09-19 Thread Bjorn Helgaas
On Mon, Sep 17, 2012 at 5:34 AM, Greg Kroah-Hartman wrote: > On Mon, Sep 17, 2012 at 01:22:53PM +0200, Thierry Reding wrote: >> 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 pcibio

Re: [PATCH v2 1/2] PCI: Keep pci_fixup_irqs() around after init

2012-09-17 Thread Greg Kroah-Hartman
On Mon, Sep 17, 2012 at 01:22:53PM +0200, Thierry Reding wrote: > 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

[PATCH v2 1/2] PCI: Keep pci_fixup_irqs() around after init

2012-09-17 Thread Thierry Reding
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 HO