PCI: remove pci_present() from drivers/scsi/dmx3191d.c
drivers/scsi/dmx3191d.c | 6 +-----
1 files changed, 1 insertion(+), 5 deletions(-)
diff -Nru a/drivers/scsi/dmx3191d.c b/drivers/scsi/dmx3191d.c
--- a/drivers/scsi/dmx3191d.c Tue Jun 10 11:19:26 2003
+++ b/drivers/scsi/dmx3191d.c Tue Jun 10 11:19:26 2003
@@ -58,11 +58,6 @@
struct Scsi_Host *instance = NULL;
struct pci_dev *pdev = NULL;
- if (!pci_present()) {
- printk(KERN_WARNING "dmx3191: PCI support not enabled\n");
- return 0;
- }
-
tmpl->proc_name = DMX3191D_DRIVER_NAME;
while ((pdev = pci_find_device(PCI_VENDOR_ID_DOMEX,
@@ -139,3 +134,4 @@
.use_clustering = DISABLE_CLUSTERING,
};
#include "scsi_module.c"
+
-
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/