aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad799x_core.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:26:37 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 17:59:37 -0500
commit447d4f29ee3fa62f13c65688bb7b74d5a9a0d767 (patch)
treef2959d89350c9dac28533acf6e93bed7364576b6 /drivers/staging/iio/adc/ad799x_core.c
parent4ae1c61ff2ba4fea4e4c1a045cb1f34520608789 (diff)
staging: iio: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit 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/adc/ad799x_core.c')
-rw-r--r--drivers/staging/iio/adc/ad799x_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/adc/ad799x_core.c b/drivers/staging/iio/adc/ad799x_core.c
index 758527987fd..7cb90112b2c 100644
--- a/drivers/staging/iio/adc/ad799x_core.c
+++ b/drivers/staging/iio/adc/ad799x_core.c
@@ -932,7 +932,7 @@ error_put_reg:
932 return ret; 932 return ret;
933} 933}
934 934
935static __devexit int ad799x_remove(struct i2c_client *client) 935static int ad799x_remove(struct i2c_client *client)
936{ 936{
937 struct iio_dev *indio_dev = i2c_get_clientdata(client); 937 struct iio_dev *indio_dev = i2c_get_clientdata(client);
938 struct ad799x_state *st = iio_priv(indio_dev); 938 struct ad799x_state *st = iio_priv(indio_dev);