Commit 8917131f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 24d5afb2
......@@ -298,12 +298,6 @@ int cpqfcTS_detect(Scsi_Host_Template *ScsiHostTemplate)
ScsiHostTemplate->proc_name = "cpqfcTS";
#endif
if( pci_present() == 0) // no PCI busses?
{
printk( " no PCI bus?@#!\n");
return NumberOfAdapters;
}
for( i=0; i < HBA_TYPES; i++)
{
// look for all HBAs of each type
......
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