Commit 63ae4c86 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent b99a7d05
...@@ -1183,7 +1183,7 @@ static void BusLogic_InitializeProbeInfoList(BusLogic_HostAdapter_T ...@@ -1183,7 +1183,7 @@ static void BusLogic_InitializeProbeInfoList(BusLogic_HostAdapter_T
If a PCI BIOS is present, interrogate it for MultiMaster and FlashPoint If a PCI BIOS is present, interrogate it for MultiMaster and FlashPoint
Host Adapters; otherwise, default to the standard ISA MultiMaster probe. Host Adapters; otherwise, default to the standard ISA MultiMaster probe.
*/ */
if (!BusLogic_ProbeOptions.NoProbePCI && pci_present()) if (!BusLogic_ProbeOptions.NoProbePCI)
{ {
if (BusLogic_ProbeOptions.MultiMasterFirst) if (BusLogic_ProbeOptions.MultiMasterFirst)
{ {
...@@ -5133,3 +5133,4 @@ static SCSI_Host_Template_T driver_template = { ...@@ -5133,3 +5133,4 @@ static SCSI_Host_Template_T driver_template = {
.use_clustering = ENABLE_CLUSTERING, .use_clustering = ENABLE_CLUSTERING,
}; };
#include "scsi_module.c" #include "scsi_module.c"
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