aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/adl_pci7x3x.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:21:37 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 14:14:56 -0800
commita471eace7baa40cdf16d3f26b2f78ddce613ca8f (patch)
treef315bb0b09826212a16ce781f04ea3f8e44cc96f /drivers/staging/comedi/drivers/adl_pci7x3x.c
parentstaging: comedi: me_daq: remove broken workaround for PLX bug (diff)
downloadlinux-dev-a471eace7baa40cdf16d3f26b2f78ddce613ca8f.tar.xz
linux-dev-a471eace7baa40cdf16d3f26b2f78ddce613ca8f.zip
staging: comedi: remove use of __devexit_p
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>
Diffstat (limited to 'drivers/staging/comedi/drivers/adl_pci7x3x.c')
-rw-r--r--drivers/staging/comedi/drivers/adl_pci7x3x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/adl_pci7x3x.c b/drivers/staging/comedi/drivers/adl_pci7x3x.c
index be01b2021979..9ac356b6201d 100644
--- a/drivers/staging/comedi/drivers/adl_pci7x3x.c
+++ b/drivers/staging/comedi/drivers/adl_pci7x3x.c
@@ -322,7 +322,7 @@ static struct pci_driver adl_pci7x3x_pci_driver = {
.name = "adl_pci7x3x",
.id_table = adl_pci7x3x_pci_table,
.probe = adl_pci7x3x_pci_probe,
- .remove = __devexit_p(adl_pci7x3x_pci_remove),
+ .remove = adl_pci7x3x_pci_remove,
};
module_comedi_pci_driver(adl_pci7x3x_driver, adl_pci7x3x_pci_driver);