Skip to content

Commit

Permalink
x86/pci: fix warnings in subsys_initcall functions
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 10, 2008
1 parent 3f68f7d commit 3a62ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/pci/legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ int __init pci_subsys_init(void)
pci_numa_init();
#endif
pcibios_init();

return 0;
}
subsys_initcall(pci_subsys_init);

0 comments on commit 3a62ed7

Please sign in to comment.