Commit b544ee36 authored by Dave Jones's avatar Dave Jones

[PATCH] __init/__exit does nothing in prototypes

parent f92d45ee
......@@ -925,9 +925,9 @@ MODULE_PARM(txholdbufs,"1-" __MODULE_STRING(MAX_TOTAL_DEVICES) "i");
static char *driver_name = "SyncLink serial driver";
static char *driver_version = "$Revision: 3.12 $";
static int __init synclink_init_one (struct pci_dev *dev,
static int synclink_init_one (struct pci_dev *dev,
const struct pci_device_id *ent);
static void __exit synclink_remove_one (struct pci_dev *dev);
static void synclink_remove_one (struct pci_dev *dev);
static struct pci_device_id synclink_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_MICROGATE, PCI_DEVICE_ID_MICROGATE_USC, PCI_ANY_ID, PCI_ANY_ID, },
......
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