staging: pc300: remove use of __devexit_p
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:20:54 +0000 (13:20 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:04:59 +0000 (15:04 -0800)
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/net/pc300_drv.c

index cb0f8d9..b8e0480 100644 (file)
@@ -3646,7 +3646,7 @@ static struct pci_driver cpc_driver = {
        .name           = "pc300",
        .id_table       = cpc_pci_dev_id,
        .probe          = cpc_init_one,
-       .remove         = __devexit_p(cpc_remove_one),
+       .remove         = cpc_remove_one,
 };
 
 static int __init cpc_init(void)