Skip to content

Commit

Permalink
x86/PCI: adjust section annotations for pcibios_setup()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Myron Stowe authored and Bjorn Helgaas committed Jul 5, 2012
1 parent 5d9a19e commit 15fa325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/pci/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15fa325

Please sign in to comment.