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

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


 sound/oss/maestro3.c |    3 ---
 1 files changed, 3 deletions(-)


diff -Nru a/sound/oss/maestro3.c b/sound/oss/maestro3.c
--- a/sound/oss/maestro3.c	Tue Jun 10 11:17:16 2003
+++ b/sound/oss/maestro3.c	Tue Jun 10 11:17:16 2003
@@ -2936,9 +2936,6 @@
 
 static int __init m3_init_module(void)
 {
-    if (!pci_present())   /* No PCI bus in this machine! */
-        return -ENODEV;
-
     printk(KERN_INFO PFX "version " DRIVER_VERSION " built at " __TIME__ " " __DATE__ "\n");
 
     if (register_reboot_notifier(&m3_reboot_nb)) {