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:
parent
c960a68e20
commit
414e2dbbf2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user