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

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

parent dc65d0bb
......@@ -1940,8 +1940,6 @@ static struct pci_driver it8172_driver = {
static int __init init_it8172(void)
{
if (!pci_present()) /* No PCI bus in this machine! */
return -ENODEV;
printk("version v0.26 time " __TIME__ " " __DATE__ "\n");
return pci_module_init(&it8172_driver);
}
......
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