diff options
Diffstat (limited to 'drivers/hwmon/sht15.c')
-rw-r--r-- | drivers/hwmon/sht15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c index 07a0c1a0b84d..32e3b29b1961 100644 --- a/drivers/hwmon/sht15.c +++ b/drivers/hwmon/sht15.c | |||
@@ -1043,7 +1043,7 @@ static struct platform_driver sht15_driver = { | |||
1043 | .owner = THIS_MODULE, | 1043 | .owner = THIS_MODULE, |
1044 | }, | 1044 | }, |
1045 | .probe = sht15_probe, | 1045 | .probe = sht15_probe, |
1046 | .remove = __devexit_p(sht15_remove), | 1046 | .remove = sht15_remove, |
1047 | .id_table = sht15_device_ids, | 1047 | .id_table = sht15_device_ids, |
1048 | }; | 1048 | }; |
1049 | module_platform_driver(sht15_driver); | 1049 | module_platform_driver(sht15_driver); |