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

staging: pc300: remove use of __devexit_p



CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99c28f10
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3646,7 +3646,7 @@ static struct pci_driver cpc_driver = {
	.name           = "pc300",
	.name           = "pc300",
	.id_table       = cpc_pci_dev_id,
	.id_table       = cpc_pci_dev_id,
	.probe          = cpc_init_one,
	.probe          = cpc_init_one,
	.remove         = __devexit_p(cpc_remove_one),
	.remove         = cpc_remove_one,
};
};


static int __init cpc_init(void)
static int __init cpc_init(void)