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/