Commit 410b463e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/char/rocket.c

parent 879e45d0
......@@ -2713,12 +2713,8 @@ int __init rp_init(void)
}
#ifdef CONFIG_PCI
if (pci_present()) {
if (isa_boards_found < NUM_BOARDS)
pci_boards_found = init_PCI(isa_boards_found);
} else {
printk(KERN_INFO "No PCI BIOS found\n");
}
#endif
max_board = pci_boards_found + isa_boards_found;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment