X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fft_build.c;h=5a0575e89aa4036a6b1af7bf82d01c9426669a19;hb=2242f5369822bc7780db95c47985bb408ea9157b;hp=980e40f55d55f639219775c120a125e17804dd09;hpb=0ab292cbc1add30abb8767ae64ebfaac7504d1f6;p=u-boot diff --git a/common/ft_build.c b/common/ft_build.c index 980e40f55d..5a0575e89a 100644 --- a/common/ft_build.c +++ b/common/ft_build.c @@ -29,6 +29,7 @@ #include #include +#include #undef DEBUG @@ -180,11 +181,6 @@ void ft_finalize_tree(struct ft_cxt *cxt) { bph->dt_strings_size = cxt->p_end - cxt->p; } -static inline int isprint(int c) -{ - return c >= 0x20 && c <= 0x7e; -} - static int is_printable_string(const void *data, int len) { const char *s = data;