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

PCI: remove pci_present() from sound/oss/cmpci.c

parent b9618007
......@@ -3139,10 +3139,6 @@ static int __init init_cmpci(void)
struct pci_dev *pcidev = NULL;
int index = 0;
#ifdef CONFIG_PCI
if (!pci_present()) /* No PCI bus in this machine! */
#endif
return -ENODEV;
printk(KERN_INFO "cmpci: version $Revision: 5.64 $ time " __TIME__ " " __DATE__ "\n");
while (index < NR_DEVICE && (
......
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