From: Myron Stowe Date: Tue, 26 Jun 2012 03:32:32 +0000 (-0600) Subject: x86/PCI: adjust section annotations for pcibios_setup() X-Git-Tag: v3.6-rc1~112^2~10^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15fa325bebbe11184a051ed64965164fca8c1df2;p=thirdparty%2Fkernel%2Flinux.git x86/PCI: adjust section annotations for pcibios_setup() Make pcibios_setup() consistently use the "__init" section annotation. Signed-off-by: Myron Stowe Signed-off-by: Bjorn Helgaas --- diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 0ad990a20d4ae..720e973fc34a3 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -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;