提交 5c6e5eca 编写于 作者: N Nobuhiro Iwamatsu 提交者: Alexandre Belloni

rtc: r9701: Remove r9701_remove function

r9701_remove function is now empty, remove it.
Signed-off-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
上级 f2eef045
......@@ -164,17 +164,11 @@ static int r9701_probe(struct spi_device *spi)
return 0;
}
static int r9701_remove(struct spi_device *spi)
{
return 0;
}
static struct spi_driver r9701_driver = {
.driver = {
.name = "rtc-r9701",
},
.probe = r9701_probe,
.remove = r9701_remove,
};
module_spi_driver(r9701_driver);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册