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)) {
-
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/