]> git.dujemihanovic.xyz Git - u-boot.git/commit
wdt-uclass: watchdog_reset cleanup
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Tue, 28 May 2024 11:13:20 +0000 (13:13 +0200)
committerStefan Roese <sr@denx.de>
Sun, 16 Jun 2024 10:13:54 +0000 (12:13 +0200)
commit4388ada7690e977f34cdab78b0df5c185a9e3c67
tree185e93a98324da429ab883c2cf970cf8f3ea1db3
parent7a779a8d09234d1be1a85b3a49287d0512f24419
wdt-uclass: watchdog_reset cleanup

watchdog_reset() is no longer called from anywhere, so we do not need
to define a dummy no-op function. Remove that definition, and update
references to say schedule() instead.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/watchdog/wdt-uclass.c