Commit 79ac4a04 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/net/tc35815.c

parent 83737a6a
...@@ -488,9 +488,6 @@ tc35815_probe(struct pci_dev *pdev, ...@@ -488,9 +488,6 @@ tc35815_probe(struct pci_dev *pdev,
return -ENODEV; return -ENODEV;
called++; called++;
if (!pci_present())
return -ENODEV;
if (pdev) { if (pdev) {
unsigned int pci_memaddr; unsigned int pci_memaddr;
unsigned int pci_irq_line; unsigned int pci_irq_line;
......
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