From: Myron Stowe Date: Tue, 26 Jun 2012 03:32:32 +0000 (-0600) Subject: x86/PCI: adjust section annotations for pcibios_setup() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=15fa325bebbe11184a051ed64965164fca8c1df2;p=deliverable%2Flinux.git x86/PCI: adjust section annotations for pcibios_setup() Make pcibios_setup() consistently use the "__init" section annotation. Signed-off-by: Myron Stowe Signed-off-by: Bjorn Helgaas --- diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 0ad990a20d4a..720e973fc34a 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -494,7 +494,7 @@ int __init pcibios_init(void) return 0; } -char * __devinit pcibios_setup(char *str) +char * __init pcibios_setup(char *str) { if (!strcmp(str, "off")) { pci_probe = 0;