x86/PCI: adjust section annotations for pcibios_setup()
authorMyron Stowe <myron.stowe@redhat.com>
Tue, 26 Jun 2012 03:32:32 +0000 (21:32 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 5 Jul 2012 21:09:14 +0000 (15:09 -0600)
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>
arch/x86/pci/common.c

index 0ad990a20d4ae94135edd4164e7a6af1b407ad23..720e973fc34a31b856998715165f7fc50ec9ec6d 100644 (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;