Browse Source

unicore32/PCI: adjust section annotations for pcibios_setup()

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>
Myron Stowe 13 years ago
parent
commit
5d9a19e834
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/unicore32/kernel/pci.c

+ 1 - 1
arch/unicore32/kernel/pci.c

@@ -296,7 +296,7 @@ static int __init pci_common_init(void)
 }
 }
 subsys_initcall(pci_common_init);
 subsys_initcall(pci_common_init);
 
 
-char * __devinit pcibios_setup(char *str)
+char * __init pcibios_setup(char *str)
 {
 {
 	if (!strcmp(str, "debug")) {
 	if (!strcmp(str, "debug")) {
 		debug_pci = 1;
 		debug_pci = 1;