diff options
Diffstat (limited to 'drivers/hwmon/ntc_thermistor.c')
-rw-r--r-- | drivers/hwmon/ntc_thermistor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ntc_thermistor.c b/drivers/hwmon/ntc_thermistor.c index 74a6c58d0218..dd232307780d 100644 --- a/drivers/hwmon/ntc_thermistor.c +++ b/drivers/hwmon/ntc_thermistor.c | |||
@@ -419,7 +419,7 @@ static struct platform_driver ntc_thermistor_driver = { | |||
419 | .owner = THIS_MODULE, | 419 | .owner = THIS_MODULE, |
420 | }, | 420 | }, |
421 | .probe = ntc_thermistor_probe, | 421 | .probe = ntc_thermistor_probe, |
422 | .remove = __devexit_p(ntc_thermistor_remove), | 422 | .remove = ntc_thermistor_remove, |
423 | .id_table = ntc_thermistor_id, | 423 | .id_table = ntc_thermistor_id, |
424 | }; | 424 | }; |
425 | 425 | ||