From: Ralf Baechle Saves a few bytes on the module. Signed-off-by: Ralf Baechle Signed-off-by: Andrew Morton --- drivers/hwmon/lm70.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/hwmon/lm70.c~make-lm70_remove-a-__devexit-function drivers/hwmon/lm70.c --- a/drivers/hwmon/lm70.c~make-lm70_remove-a-__devexit-function +++ a/drivers/hwmon/lm70.c @@ -126,7 +126,7 @@ out_dev_reg_failed: return status; } -static int __exit lm70_remove(struct spi_device *spi) +static int __devexit lm70_remove(struct spi_device *spi) { struct lm70 *p_lm70 = dev_get_drvdata(&spi->dev); _