Commit 1f4b4a27 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 1b99d876
......@@ -1905,7 +1905,7 @@ int init_module(void)
}
}
if (pci_present() && (card < BOARD_COUNT)) {
if (card < BOARD_COUNT) {
for (idx=0; idx < DEVID_COUNT; idx++) {
dev = NULL;
for (;;){
......
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