From: Thierry Reding Date: Mon, 17 Sep 2012 11:22:53 +0000 (+0200) Subject: PCI: Discard __init annotations for pci_fixup_irqs() and related functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~79^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ddbebf878ac8d958bb34e87a742a6b3adc283a3;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas Acked-by: Greg Kroah-Hartman --- Reading git-diff-tree failed