aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/frequency/ad9832.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:21:38 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 15:02:23 -0800
commite543acf07db78cfc135e45c4ce0ed26ccf774c37 (patch)
tree0e88a8bc6b13a4d5cedee2c125f51e7edeb2f547 /drivers/staging/iio/frequency/ad9832.c
parentstaging: iio: remove use of __devexit (diff)
downloadlinux-dev-e543acf07db78cfc135e45c4ce0ed26ccf774c37.tar.xz
linux-dev-e543acf07db78cfc135e45c4ce0ed26ccf774c37.zip
staging: iio: 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> Cc: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/frequency/ad9832.c')
-rw-r--r--drivers/staging/iio/frequency/ad9832.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/frequency/ad9832.c b/drivers/staging/iio/frequency/ad9832.c
index ea3c63b79062..4e18380c5141 100644
--- a/drivers/staging/iio/frequency/ad9832.c
+++ b/drivers/staging/iio/frequency/ad9832.c
@@ -352,7 +352,7 @@ static struct spi_driver ad9832_driver = {
.owner = THIS_MODULE,
},
.probe = ad9832_probe,
- .remove = __devexit_p(ad9832_remove),
+ .remove = ad9832_remove,
.id_table = ad9832_id,
};
module_spi_driver(ad9832_driver);