Commit f133d9cf authored by Dave Jones's avatar Dave Jones Committed by Jeff Garzik

com20020 arcnet drvr build fix (add missing comma)

parent 0a96806b
......@@ -161,7 +161,7 @@ static struct pci_driver com20020pci_driver = {
name: "com20020",
id_table: com20020pci_id_table,
probe: com20020pci_probe,
remove: __devexit_p(com20020pci_remove)
remove: __devexit_p(com20020pci_remove),
};
static int __init com20020pci_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment