]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: bcm283x: remove unused empty hw_watchdog_disable
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Fri, 12 Jul 2024 09:07:24 +0000 (11:07 +0200)
committerPeter Robinson <pbrobinson@gmail.com>
Fri, 12 Jul 2024 10:44:33 +0000 (11:44 +0100)
commit6c399b31c6362c1683735adaab8070c734a7866c
tree81c0f8458aef35e6ebac1f9753ceef92be373d08
parentc06687aa0649d1ecdf42f3d09e2612b228554b4b
arm: bcm283x: remove unused empty hw_watchdog_disable

This empty stub was originally added as one branch of an #ifdef in
commit 45a6d231b2f (bcm2835_wdt: support for the BCM2835/2836
watchdog). That incarnation of the rpi watchdog driver was later
removed in c7adc0b5f98 (watchdog: bcm2835_wdt: Remove unused BCM283x
watchdog driver and its references), but this now unused stub was left
behind. The later (re-)added rpi watchdog driver does not define a
hw_watchdog_disable() function, as that is properly integrated in the
watchdog framework.

Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
arch/arm/mach-bcm283x/reset.c