ChangeSet 1.1378, 2003/06/09 16:20:35-07:00, greg@kroah.com PCI: remove pci_present() from sound/oss/ite8172.c sound/oss/ite8172.c | 2 -- 1 files changed, 2 deletions(-) diff -Nru a/sound/oss/ite8172.c b/sound/oss/ite8172.c --- a/sound/oss/ite8172.c Tue Jun 10 11:17:26 2003 +++ b/sound/oss/ite8172.c Tue Jun 10 11:17:26 2003 @@ -1940,8 +1940,6 @@ static int __init init_it8172(void) { - if (!pci_present()) /* No PCI bus in this machine! */ - return -ENODEV; printk("version v0.26 time " __TIME__ " " __DATE__ "\n"); return pci_module_init(&it8172_driver); }