1 #include <linux/config.h>
3 #include <linux/init.h>
6 /* arch_initcall has too random ordering, so call the initializers
7 in the right sequence from here. */
8 static __init int pci_access_init(void)
10 #ifdef CONFIG_PCI_MMCONFIG
15 #ifdef CONFIG_PCI_BIOS
20 #ifdef CONFIG_PCI_DIRECT
25 arch_initcall(pci_access_init);