Commit 580f6a52 authored by Dave Jones's avatar Dave Jones Committed by Jeff Garzik

olympic tokenring driver compile fix

parent d57bef15
......@@ -1757,7 +1757,7 @@ static struct pci_driver olympic_driver = {
name: "olympic",
id_table: olympic_pci_tbl,
probe: olympic_probe,
remove: __devexit_p(olympic_remove_one)
remove: __devexit_p(olympic_remove_one),
};
static int __init olympic_pci_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