diff options
Diffstat (limited to 'drivers/hwmon/lm78.c')
-rw-r--r-- | drivers/hwmon/lm78.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index c6ffafe600ad..1dc3433d2acd 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c | |||
@@ -903,7 +903,7 @@ static struct platform_driver lm78_isa_driver = { | |||
903 | .name = "lm78", | 903 | .name = "lm78", |
904 | }, | 904 | }, |
905 | .probe = lm78_isa_probe, | 905 | .probe = lm78_isa_probe, |
906 | .remove = __devexit_p(lm78_isa_remove), | 906 | .remove = lm78_isa_remove, |
907 | }; | 907 | }; |
908 | 908 | ||
909 | /* return 1 if a supported chip is found, 0 otherwise */ | 909 | /* return 1 if a supported chip is found, 0 otherwise */ |