summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/light/tsl2x7x_core.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:26:37 +0100
committerGreg Kroah-Hartman2012-11-21 23:59:37 +0100
commit447d4f29ee3fa62f13c65688bb7b74d5a9a0d767 (patch)
treef2959d89350c9dac28533acf6e93bed7364576b6 /drivers/staging/iio/light/tsl2x7x_core.c
parentstaging: iio: remove use of __devinit (diff)
downloadkernel-qcow2-linux-447d4f29ee3fa62f13c65688bb7b74d5a9a0d767.tar.gz
kernel-qcow2-linux-447d4f29ee3fa62f13c65688bb7b74d5a9a0d767.tar.xz
kernel-qcow2-linux-447d4f29ee3fa62f13c65688bb7b74d5a9a0d767.zip
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/light/tsl2x7x_core.c')
-rw-r--r--drivers/staging/iio/light/tsl2x7x_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x_core.c
index 3864e8af709f..51450e21d3e9 100644
--- a/drivers/staging/iio/light/tsl2x7x_core.c
+++ b/drivers/staging/iio/light/tsl2x7x_core.c
@@ -2026,7 +2026,7 @@ static int tsl2x7x_resume(struct device *dev)
return ret;
}
-static int __devexit tsl2x7x_remove(struct i2c_client *client)
+static int tsl2x7x_remove(struct i2c_client *client)
{
struct iio_dev *indio_dev = i2c_get_clientdata(client);