Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 086f3ec1 authored by Kim, Milo's avatar Kim, Milo Committed by Wim Van Sebroeck
Browse files

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: default avatarMilo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 26c57ef1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -152,7 +152,6 @@ static struct watchdog_ops softdog_ops = {
	.owner = THIS_MODULE,
	.start = softdog_ping,
	.stop = softdog_stop,
	.ping = softdog_ping,
	.set_timeout = softdog_set_timeout,
};