ChangeSet 1.1325, 2003/06/09 15:33:54-07:00, greg@kroah.com

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


 drivers/char/rio/rio_linux.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


diff -Nru a/drivers/char/rio/rio_linux.c b/drivers/char/rio/rio_linux.c
--- a/drivers/char/rio/rio_linux.c	Tue Jun 10 11:21:59 2003
+++ b/drivers/char/rio/rio_linux.c	Tue Jun 10 11:21:59 2003
@@ -1126,7 +1126,6 @@
   }
 
 #ifdef CONFIG_PCI
-  if (pci_present ()) {
     /* First look for the JET devices: */
 #ifndef TWO_ZERO
     while ((pdev = pci_find_device (PCI_VENDOR_ID_SPECIALIX, 
@@ -1277,7 +1276,6 @@
 #else
     }  /* Emacs from getting confused we have two closing braces too. */
 #endif
-  }
 #endif /* PCI */
 
   /* Now probe for ISA cards... */
@@ -1431,3 +1429,4 @@
  * tab-width: 8
  * End:
  */
+
