From: Myron Stowe Date: Tue, 26 Jun 2012 03:32:25 +0000 (-0600) Subject: unicore32/PCI: adjust section annotations for pcibios_setup() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5d9a19e834815c5d224662d51e4634d14fe0ba54;p=deliverable%2Flinux.git unicore32/PCI: adjust section annotations for pcibios_setup() Make pcibios_setup() consistently use the "__init" section annotation. Acked-by: Guan Xuetao Signed-off-by: Myron Stowe Signed-off-by: Bjorn Helgaas --- diff --git a/arch/unicore32/kernel/pci.c b/arch/unicore32/kernel/pci.c index 2fc2b1ba825e..46cb6c9de6c9 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;