]> git.dujemihanovic.xyz Git - u-boot.git/commit
powerpc: mpc83xx: remove unused watchdog_reset() function
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Tue, 28 May 2024 11:13:24 +0000 (13:13 +0200)
committerStefan Roese <sr@denx.de>
Sun, 16 Jun 2024 10:14:14 +0000 (12:14 +0200)
commite7dbc25c3071dca023a3ac1009af4815dede8e9a
treededd5122828558823006ca739f4681ad49061859
parent73a8cdeb5cb2d7682bac88cfad175e26a1dcabad
powerpc: mpc83xx: remove unused watchdog_reset() function

There is no longer any code in tree that calls a watchdog_reset()
function. The macro WATCHDOG_RESET, which used to emit a call to
watchdog_reset(), got removed two years ago.

Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/powerpc/cpu/mpc83xx/cpu.c