]> Pileus Git - ~andy/linux/commitdiff
staging: xgifb: remove use of __devexit_p
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:21:04 +0000 (13:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:05:00 +0000 (15:05 -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/xgifb/XGI_main_26.c

index 4b213a318f34cc825c581850f8eaded55803ebcb..e9fe27debf7b239312343200e1dc2653f05dd608 100644 (file)
@@ -2127,7 +2127,7 @@ static struct pci_driver xgifb_driver = {
        .name = "xgifb",
        .id_table = xgifb_pci_table,
        .probe = xgifb_probe,
-       .remove = __devexit_p(xgifb_remove)
+       .remove = xgifb_remove
 };