[PATCH -v2 3/8] PCI: Adjust section annotations of various quirks

2012-07-09 Thread Myron Stowe
PCI's quirk types 'pci_fixup_enable', 'pci_fixup_resume', 'pci_fixup_suspend', and 'pci_fixup_resume_early' can not be __init or __devinit; they must be in normal text because they can be called at any time. This patch removes the '__init' section annotation of such quirks. Signed-off-by: Myron

[PATCH -v2 3/8] PCI: Adjust section annotations of various quirks

2012-07-09 Thread Myron Stowe
PCI's quirk types 'pci_fixup_enable', 'pci_fixup_resume', 'pci_fixup_suspend', and 'pci_fixup_resume_early' can not be __init or __devinit; they must be in normal text because they can be called at any time. This patch removes the '__init' section annotation of such quirks. Signed-off-by: Myron