Commit 34c07067 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/isdn/hysdn/hysdn_init.c

parent f484d90f
......@@ -203,10 +203,6 @@ hysdn_init(void)
printk(KERN_NOTICE "HYSDN: module Rev: %s loaded\n", hysdn_getrev(tmp));
strcpy(tmp, hysdn_net_revision);
printk(KERN_NOTICE "HYSDN: network interface Rev: %s \n", hysdn_getrev(tmp));
if (!pci_present()) {
printk(KERN_ERR "HYSDN: no PCI bus present, module not loaded\n");
return (-1);
}
search_cards();
printk(KERN_INFO "HYSDN: %d card(s) found.\n", cardmax);
......
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