x86/PCI: adjust section annotations for pcibios_setup()

Make pcibios_setup() consistently use the "__init" section annotation.

Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
Myron Stowe 2012-06-25 21:32:32 -06:00 committed by Bjorn Helgaas
parent 5d9a19e834
commit 15fa325beb

View file

@ -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;