From: Myron Stowe <myron.stowe@redhat.com>
Date: Tue, 26 Jun 2012 03:32:25 +0000 (-0600)
Subject: unicore32/PCI: adjust section annotations for pcibios_setup()
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d9a19e834815c5d224662d51e4634d14fe0ba54;p=linux.git

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>
---

diff --git a/arch/unicore32/kernel/pci.c b/arch/unicore32/kernel/pci.c
index 2fc2b1ba825e6..46cb6c9de6c94 100644
--- a/arch/unicore32/kernel/pci.c
+++ b/arch/unicore32/kernel/pci.c
@@ -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;