Message ID | 1521623017-29312-3-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 414e2dbbf2725f6d7e929e3b4957b38ee46535c2 |
Headers | show |
Series | libfdt: make lib/libfdt/ more synced with scripts/dtc/libfdt/ | expand |
On 21 March 2018 at 03:03, Masahiro Yamada <yamada.masahiro@socionext.com> wrote: > fdt_region.c does not depend on anything in libfdt_internal.h > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > > lib/libfdt/fdt_region.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Simon Glass <sjg@chromium.org>
On 23 March 2018 at 22:30, Simon Glass <sjg@chromium.org> wrote: > On 21 March 2018 at 03:03, Masahiro Yamada > <yamada.masahiro@socionext.com> wrote: >> fdt_region.c does not depend on anything in libfdt_internal.h >> >> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> >> --- >> >> lib/libfdt/fdt_region.c | 2 -- >> 1 file changed, 2 deletions(-) > > Reviewed-by: Simon Glass <sjg@chromium.org> Applied to u-boot-dm, thanks!
diff --git a/lib/libfdt/fdt_region.c b/lib/libfdt/fdt_region.c index 70914a4..054c4b3 100644 --- a/lib/libfdt/fdt_region.c +++ b/lib/libfdt/fdt_region.c @@ -14,8 +14,6 @@ #include "fdt_host.h" #endif -#include "libfdt_internal.h" - #define FDT_MAX_DEPTH 32 static int str_in_list(const char *str, char * const list[], int count)
fdt_region.c does not depend on anything in libfdt_internal.h Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- lib/libfdt/fdt_region.c | 2 -- 1 file changed, 2 deletions(-)