On Thu, 3 Oct 2024 at 15:29, Rasmus Villemoes <r...@prevas.dk> wrote: > > These library routines obviously do not make use of the > cyclic_register() etc. API, but do need to call schedule(). Include > the proper header. > > Eventually, their ifdef logic should be updated to avoid talking about > CONFIG_WATCHDOG. > > Signed-off-by: Rasmus Villemoes <r...@prevas.dk> > --- > lib/sha1.c | 2 +- > lib/sha256.c | 2 +- > lib/sha512.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>