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