ChangeSet 1.1380, 2003/06/09 16:21:33-07:00, greg@kroah.com

PCI: remove pci_present() from sound/oss/nec_vrc5477.c


 sound/oss/nec_vrc5477.c |    2 --
 1 files changed, 2 deletions(-)


diff -Nru a/sound/oss/nec_vrc5477.c b/sound/oss/nec_vrc5477.c
--- a/sound/oss/nec_vrc5477.c	Tue Jun 10 11:17:06 2003
+++ b/sound/oss/nec_vrc5477.c	Tue Jun 10 11:17:06 2003
@@ -2002,8 +2002,6 @@
 
 static int __init init_vrc5477_ac97(void)
 {
-	if (!pci_present())   /* No PCI bus in this machine! */
-		return -ENODEV;
 	printk("Vrc5477 AC97 driver: version v0.2 time " __TIME__ " " __DATE__ " by Jun Sun\n");
 	return pci_module_init(&vrc5477_ac97_driver);
 }
