ChangeSet 1.1377, 2003/06/09 16:20:11-07:00, greg@kroah.com PCI: remove pci_present() from sound/oss/i810_audio.c sound/oss/i810_audio.c | 3 --- 1 files changed, 3 deletions(-) diff -Nru a/sound/oss/i810_audio.c b/sound/oss/i810_audio.c --- a/sound/oss/i810_audio.c Tue Jun 10 11:17:31 2003 +++ b/sound/oss/i810_audio.c Tue Jun 10 11:17:31 2003 @@ -3449,9 +3449,6 @@ static int __init i810_init_module (void) { - if (!pci_present()) /* No PCI bus in this machine! */ - return -ENODEV; - printk(KERN_INFO "Intel 810 + AC97 Audio, version " DRIVER_VERSION ", " __TIME__ " " __DATE__ "\n");