ChangeSet 1.1332, 2003/06/09 15:38:24-07:00, greg@kroah.com

PCI: remove pci_present() from drivers/isdn/eicon/Divas_mod.c


 drivers/isdn/eicon/Divas_mod.c |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)


diff -Nru a/drivers/isdn/eicon/Divas_mod.c b/drivers/isdn/eicon/Divas_mod.c
--- a/drivers/isdn/eicon/Divas_mod.c	Tue Jun 10 11:21:26 2003
+++ b/drivers/isdn/eicon/Divas_mod.c	Tue Jun 10 11:21:26 2003
@@ -50,17 +50,9 @@
 
 	DivasInitDpc();
 
-	if (pci_present())
+	if (DivasCardsDiscover() < 0)
 	{
-		if (DivasCardsDiscover() < 0)
-		{
-			printk(KERN_WARNING "Divas: Not loaded\n");
-			return -ENODEV;
-		}
-	}
-	else
-	{
-		printk(KERN_WARNING "Divas: No PCI bus present\n");
+		printk(KERN_WARNING "Divas: Not loaded\n");
 		return -ENODEV;
 	}
 
