Commit af4f72cf authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 162be5c4
...@@ -2693,12 +2693,6 @@ int __init sym53c8xx_detect(Scsi_Host_Template *tpnt) ...@@ -2693,12 +2693,6 @@ int __init sym53c8xx_detect(Scsi_Host_Template *tpnt)
sym_nvram nvram0, *nvp; sym_nvram nvram0, *nvp;
#endif #endif
/*
* PCI is required.
*/
if (!pci_present())
return 0;
/* /*
* Initialize driver general stuff. * Initialize driver general stuff.
*/ */
......
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