PCI: remove pci_present() from drivers/net/tc35815.c
drivers/net/tc35815.c | 3 ---
1 files changed, 3 deletions(-)
diff -Nru a/drivers/net/tc35815.c b/drivers/net/tc35815.c
--- a/drivers/net/tc35815.c Tue Jun 10 11:20:33 2003
+++ b/drivers/net/tc35815.c Tue Jun 10 11:20:33 2003
@@ -488,9 +488,6 @@
return -ENODEV;
called++;
- if (!pci_present())
- return -ENODEV;
-
if (pdev) {
unsigned int pci_memaddr;
unsigned int pci_irq_line;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/