static void __init titan_init_pci(void) { /* * This isn't really the right place, but there's some init * that needs to be done after everything is basically up. */ titan_late_init(); pci_probe_only = 1; common_init_pci(); SMC669_Init(0); locate_and_init_vga(NULL); }
static void __init titan_init_pci(void) { /* * This isn't really the right place, but there's some init * that needs to be done after everything is basically up. */ titan_late_init(); /* Indicate that we trust the console to configure things properly */ pci_set_flags(PCI_PROBE_ONLY); common_init_pci(); SMC669_Init(0); locate_and_init_vga(NULL); }