aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/pci/common.c')
-rw-r--r--arch/x86/pci/common.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c
index 86aff81a0829..b67732bbb85a 100644
--- a/arch/x86/pci/common.c
+++ b/arch/x86/pci/common.c
@@ -404,7 +404,7 @@ struct pci_bus * __devinit pcibios_scan_root(int busnum)
404 404
405extern u8 pci_cache_line_size; 405extern u8 pci_cache_line_size;
406 406
407static int __init pcibios_init(void) 407int __init pcibios_init(void)
408{ 408{
409 struct cpuinfo_x86 *c = &boot_cpu_data; 409 struct cpuinfo_x86 *c = &boot_cpu_data;
410 410
@@ -431,8 +431,6 @@ static int __init pcibios_init(void)
431 return 0; 431 return 0;
432} 432}
433 433
434subsys_initcall(pcibios_init);
435
436char * __devinit pcibios_setup(char *str) 434char * __devinit pcibios_setup(char *str)
437{ 435{
438 if (!strcmp(str, "off")) { 436 if (!strcmp(str, "off")) {