diff options
-rw-r--r-- | arch/x86/pci/legacy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c index d8b6e928590b..132876cc6fca 100644 --- a/arch/x86/pci/legacy.c +++ b/arch/x86/pci/legacy.c | |||
@@ -66,5 +66,7 @@ int __init pci_subsys_init(void) | |||
66 | pci_numa_init(); | 66 | pci_numa_init(); |
67 | #endif | 67 | #endif |
68 | pcibios_init(); | 68 | pcibios_init(); |
69 | |||
70 | return 0; | ||
69 | } | 71 | } |
70 | subsys_initcall(pci_subsys_init); | 72 | subsys_initcall(pci_subsys_init); |