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

PCI: remove pci_present() from include/asm-sparc64/parport.h

parent 9c5c0580
......@@ -121,9 +121,6 @@ static int parport_pc_find_nonpci_ports (int autoirq, int autodma)
struct linux_ebus_device *edev;
int count = 0;
if (!pci_present())
return 0;
for_each_ebus(ebus) {
for_each_ebusdev(edev, ebus) {
if (ebus_ecpp_p(edev)) {
......
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