![]() | |||||||||||
Messages in this thread Patch in this message |
diff -aur linux.backup/sound/oss/ite8172.c linux/sound/oss/ite8172.c
--- linux.backup/sound/oss/ite8172.c Wed Aug 20 16:39:02 2003
+++ linux/sound/oss/ite8172.c Wed Aug 20 16:40:22 2003
@@ -2198,10 +2198,10 @@
MODULE_DEVICE_TABLE(pci, id_table);
static struct pci_driver it8172_driver = {
- name: IT8172_MODULE_NAME,
- id_table: id_table,
- probe: it8172_probe,
- remove: it8172_remove
+ .name = IT8172_MODULE_NAME,
+ .id_table = id_table,
+ .probe = it8172_probe,
+ .remove = it8172_remove
};
static int __init init_it8172(void)
-
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/
| ||||||||||
| Last update: 2005-03-22 13:47 [from the cache] ©2003-2008 | |||||||||||