Messages in this thread Patch in this message |  | | Subject | Re: [PATCH] Yet more PCI fixes for 2.5.70 | From | Greg KH <> | Date | Tue, 10 Jun 2003 11:49:29 -0700 |
| |
ChangeSet 1.1370, 2003/06/09 16:13:31-07:00, greg@kroah.com
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/
|  |