Commit fb189f19 authored by Dave Jones's avatar Dave Jones

[PATCH] compile fix for gemtek-pci radio card

parent 4b4b9463
......@@ -385,7 +385,7 @@ static struct pci_driver gemtek_pci_driver =
name: "gemtek_pci",
id_table: gemtek_pci_id,
probe: gemtek_pci_probe,
remove: __devexit_p(gemtek_pci_remove)
remove: __devexit_p(gemtek_pci_remove),
};
static int __init gemtek_pci_init_module( 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