Commit 80c55f10 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/char/specialix.c

parent 410b463e
......@@ -2294,7 +2294,7 @@ int specialix_init(void)
found++;
#ifdef CONFIG_PCI
if (pci_present()) {
{
struct pci_dev *pdev = NULL;
i=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