Commit 798110e6 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 43091c6d
......@@ -2534,12 +2534,6 @@ int Pci2220i_Detect (Scsi_Host_Template *tpnt)
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))
......
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