Commit 24d5afb2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 0c67e55e
......@@ -2321,10 +2321,6 @@ static int atp870u_detect(Scsi_Host_Template * tpnt)
};
printk(KERN_INFO "aec671x_detect: \n");
if (!pci_present()) {
printk(KERN_INFO " NO PCI SUPPORT.\n");
return count;
}
tpnt->proc_name = "atp870u";
h = 0;
......
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