]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: softdog: remove replaceable ping operation
authorKim, Milo <Milo.Kim@ti.com>
Tue, 26 Mar 2013 07:26:49 +0000 (07:26 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 11 Jul 2013 20:19:30 +0000 (22:19 +0200)
commitdd291fde9adc9c6dce1e056005ceacfd6ca780e2
tree2c0ad69d5222cadd700a7bef741ce058b24a0711
parent0eae5355d527f5cea23da858929fede12efc7b8e
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: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/softdog.c