Messages in this thread Patch in this message |  | | Subject | Re: [PATCH] Yet more PCI fixes for 2.5.70 | From | Greg KH <> | Date | Tue, 10 Jun 2003 11:49:29 -0700 |
| |
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); } - 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/
|  |