Commit 0cae4685 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

staging: net: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8aa1be45
......@@ -3607,7 +3607,7 @@ cpc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
return err;
}
static void __devexit cpc_remove_one(struct pci_dev *pdev)
static void cpc_remove_one(struct pci_dev *pdev)
{
pc300_t *card = pci_get_drvdata(pdev);
......
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