2 #include <linux/init.h>
5 /* arch_initcall has too random ordering, so call the initializers
6 in the right sequence from here. */
7 static __init int pci_access_init(void)
9 #ifdef CONFIG_PCI_MMCONFIG
14 #ifdef CONFIG_PCI_BIOS
19 #ifdef CONFIG_PCI_DIRECT
24 arch_initcall(pci_access_init);