fdt_region: remove unneeded fdt_internal.h inclusion

fdt_region.c does not depend on anything in libfdt_internal.h

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Masahiro Yamada
2018-04-01 22:19:10 +08:00
committed by Simon Glass
parent c960a68e20
commit 414e2dbbf2
-2
View File
@@ -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)