PCI: remove pci_present() from drivers/scsi/pci2220i.c
drivers/scsi/pci2220i.c | 6 ------
1 files changed, 6 deletions(-)
diff -Nru a/drivers/scsi/pci2220i.c b/drivers/scsi/pci2220i.c
--- a/drivers/scsi/pci2220i.c Tue Jun 10 11:18:58 2003
+++ b/drivers/scsi/pci2220i.c Tue Jun 10 11:18:58 2003
@@ -2534,12 +2534,6 @@
UCHAR device;
struct pci_dev *pcidev = NULL;
- if ( !pci_present () )
- {
- printk ("pci2220i: PCI BIOS not present\n");
- return 0;
- }
-
while ( (pcidev = pci_find_device (VENDOR_PSI, DEVICE_DALE_1, pcidev)) != NULL )
{
if (pci_enable_device(pcidev))
-
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/