x86/pci: fix warnings in subsys_initcall functions
Signed-off-by: Robert Richter <robert.richter@amd.com> Cc: Robert Richter <robert.richter@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
3f68f7d945
commit
3a62ed73cc
|
@ -66,5 +66,7 @@ int __init pci_subsys_init(void)
|
||||||
pci_numa_init();
|
pci_numa_init();
|
||||||
#endif
|
#endif
|
||||||
pcibios_init();
|
pcibios_init();
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
subsys_initcall(pci_subsys_init);
|
subsys_initcall(pci_subsys_init);
|
||||||
|
|
Loading…
Reference in New Issue