diff options
Diffstat (limited to 'arch/x86/pci/common.c')
-rw-r--r-- | arch/x86/pci/common.c | 4 |
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 | ||
405 | extern u8 pci_cache_line_size; | 405 | extern u8 pci_cache_line_size; |
406 | 406 | ||
407 | static int __init pcibios_init(void) | 407 | int __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 | ||
434 | subsys_initcall(pcibios_init); | ||
435 | |||
436 | char * __devinit pcibios_setup(char *str) | 434 | char * __devinit pcibios_setup(char *str) |
437 | { | 435 | { |
438 | if (!strcmp(str, "off")) { | 436 | if (!strcmp(str, "off")) { |