
9 Oct
2024
9 Oct
'24
3:52 a.m.
On Thu, 3 Oct 2024 at 15:29, Rasmus Villemoes ravi@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 ravi@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 sjg@chromium.org