提交 41be722b 编写于 作者: R Ralf Baechle 提交者: Jean Delvare

hwmon/lm70: Make lm70_remove a __devexit function

This fixes a potential broken reference.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
Signed-off-by: NJean Delvare <khali@linux-fr.org>
上级 ed6bafbf
......@@ -126,7 +126,7 @@ static int __devinit lm70_probe(struct spi_device *spi)
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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册