Commit 88052ed3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/atm/nicstar.c

parent 08eae891
...@@ -283,11 +283,6 @@ static int __init nicstar_module_init(void) ...@@ -283,11 +283,6 @@ static int __init nicstar_module_init(void)
struct pci_dev *pcidev; struct pci_dev *pcidev;
XPRINTK("nicstar: nicstar_module_init() called.\n"); XPRINTK("nicstar: nicstar_module_init() called.\n");
if(!pci_present())
{
printk("nicstar: no PCI subsystem found.\n");
return -EIO;
}
for(i = 0; i < NS_MAX_CARDS; i++) for(i = 0; i < NS_MAX_CARDS; i++)
cards[i] = NULL; cards[i] = NULL;
......
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