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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);