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

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: devel@driverdev.osuosl.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c

index d017e67d2ffa0c54d8b4452687c7f5cfaa53d237..525a7cbec1c9605f4403c1f98f87c7c5335ac311 100644 (file)
@@ -5099,7 +5099,7 @@ static struct pci_driver et131x_driver = {
        .name           = DRIVER_NAME,
        .id_table       = et131x_pci_table,
        .probe          = et131x_pci_setup,
-       .remove         = __devexit_p(et131x_pci_remove),
+       .remove         = et131x_pci_remove,
        .driver.pm      = ET131X_PM_OPS,
 };
 
This page took 0.030073 seconds and 5 git commands to generate.