PCI: remove pci_present() from include/asm-sparc64/parport.h
include/asm-sparc64/parport.h | 3 ---
1 files changed, 3 deletions(-)
diff -Nru a/include/asm-sparc64/parport.h b/include/asm-sparc64/parport.h
--- a/include/asm-sparc64/parport.h Tue Jun 10 11:18:10 2003
+++ b/include/asm-sparc64/parport.h Tue Jun 10 11:18:10 2003
@@ -121,9 +121,6 @@
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)) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/