Commit 15fa325b authored by Myron Stowe's avatar Myron Stowe Committed by Bjorn Helgaas

x86/PCI: adjust section annotations for pcibios_setup()

Make pcibios_setup() consistently use the "__init" section annotation.
Signed-off-by: default avatarMyron Stowe <myron.stowe@redhat.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 5d9a19e8
...@@ -494,7 +494,7 @@ int __init pcibios_init(void) ...@@ -494,7 +494,7 @@ int __init pcibios_init(void)
return 0; return 0;
} }
char * __devinit pcibios_setup(char *str) char * __init pcibios_setup(char *str)
{ {
if (!strcmp(str, "off")) { if (!strcmp(str, "off")) {
pci_probe = 0; pci_probe = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment