Skip to content
  • Tom Rini's avatar
    lib/sha*.c: Update header list · bc9c7ccc
    Tom Rini authored
    
    
    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's avatarSimon Glass <sjg@chromium.org>
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>
    bc9c7ccc