提交 086f3ec1 编写于 作者: K Kim, Milo 提交者: Wim Van Sebroeck

watchdog: softdog: remove replaceable ping operation

In watchdog_ping(), 'start' is called automatically when 'ping' function call
is not configured.
Softdog driver has same handling in both cases - start and ping, so 'ping' OPS
can be removed.
Signed-off-by: NMilo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
上级 26c57ef1
...@@ -152,7 +152,6 @@ static struct watchdog_ops softdog_ops = { ...@@ -152,7 +152,6 @@ static struct watchdog_ops softdog_ops = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.start = softdog_ping, .start = softdog_ping,
.stop = softdog_stop, .stop = softdog_stop,
.ping = softdog_ping,
.set_timeout = softdog_set_timeout, .set_timeout = softdog_set_timeout,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册