aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/gyro/adis16260_core.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/gyro/adis16260_core.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/gyro/adis16260_core.c')
-rw-r--r--drivers/staging/iio/gyro/adis16260_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/gyro/adis16260_core.c b/drivers/staging/iio/gyro/adis16260_core.c
index a549b97e14dc..6e80b8c768ae 100644
--- a/drivers/staging/iio/gyro/adis16260_core.c
+++ b/drivers/staging/iio/gyro/adis16260_core.c
@@ -417,7 +417,7 @@ static struct spi_driver adis16260_driver = {
.owner = THIS_MODULE,
},
.probe = adis16260_probe,
- .remove = __devexit_p(adis16260_remove),
+ .remove = adis16260_remove,
.id_table = adis16260_id,
};
module_spi_driver(adis16260_driver);