Re: [PATCH] Yet more PCI fixes for 2.5.70

Greg KH (greg@kroah.com)
Tue, 10 Jun 2003 11:49:27 -0700


ChangeSet 1.1353, 2003/06/09 16:02:30-07:00, greg@kroah.com

PCI: remove pci_present() from drivers/scsi/atp870u.c

drivers/scsi/atp870u.c | 4 ----
1 files changed, 4 deletions(-)

diff -Nru a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c
--- a/drivers/scsi/atp870u.c Tue Jun 10 11:19:37 2003
+++ b/drivers/scsi/atp870u.c Tue Jun 10 11:19:37 2003
@@ -2321,10 +2321,6 @@
};

printk(KERN_INFO "aec671x_detect: \n");
- if (!pci_present()) {
- printk(KERN_INFO " NO PCI SUPPORT.\n");
- return count;
- }
tpnt->proc_name = "atp870u";

h = 0;

-
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/