commit | 035c97175e95763c61a3edf4ef27a9ce5c87abde | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Dec 14 13:16:53 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 08:54:37 2023 -0500 |
tree | 37a021e9de1700bd4f44396168f4b67759ee0351 | |
parent | 10e6a37d001439ae99980c458c32788f8ae1b88c [diff] |
lib/sha*.c: Update header list Cleanup the list of headers we include here. For the tools build we only need to exclude <cyclic.h> as that's used by the target build for the prototype for schedule(), and we don't need to get that via <watchdog.h>. We can also make use of our <string.h> intentionally existing as a redirection to <linux/string.h> to reduce ifdef'd lines. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>