]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
unicore32/PCI: adjust section annotations for pcibios_setup()
authorMyron Stowe <myron.stowe@redhat.com>
Tue, 26 Jun 2012 03:32:25 +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.

Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/unicore32/kernel/pci.c

index 2fc2b1ba825e6f49701ac0659ea13f5e3c77c021..46cb6c9de6c94dc7e8cabe6f880cdd16023f27f6 100644 (file)
@@ -296,7 +296,7 @@ static int __init pci_common_init(void)
 }
 subsys_initcall(pci_common_init);
 
-char * __devinit pcibios_setup(char *str)
+char * __init pcibios_setup(char *str)
 {
        if (!strcmp(str, "debug")) {
                debug_pci = 1;