Commit 43091c6d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 90913914
......@@ -668,13 +668,6 @@ int Pci2000_Detect (Scsi_Host_Template *tpnt)
UCHAR *consistent;
dma_addr_t consistentDma;
if ( !pci_present () )
{
printk ("pci2000: PCI BIOS not present\n");
return 0;
}
while ( (pdev = pci_find_device (VENDOR_PSI, DEVICE_ROY_1, pdev)) != NULL )
{
if (pci_enable_device(pdev))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment