PCI: remove pci_present() from drivers/net/acenic.c
drivers/net/acenic.c | 3 ---
1 files changed, 3 deletions(-)
diff -Nru a/drivers/net/acenic.c b/drivers/net/acenic.c
--- a/drivers/net/acenic.c Tue Jun 10 11:21:08 2003
+++ b/drivers/net/acenic.c Tue Jun 10 11:21:08 2003
@@ -618,9 +618,6 @@
return -ENODEV;
probed++;
- if (!pci_present()) /* is PCI support present? */
- return -ENODEV;
-
version_disp = 0;
while ((pdev = pci_find_class(PCI_CLASS_NETWORK_ETHERNET<<8, pdev))) {
-
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/