diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-01 20:36:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-01 20:36:39 -0400 |
commit | 0e5d3e311189ca07aa7b5802deaff9861fc33574 (patch) | |
tree | 13eb58a65e156180e7cb99632f35be33e10baf1c /lib | |
parent | f3b623fa52ce5c67732ea2d789d5e21667e88db3 (diff) | |
parent | 641599a63df258c3e3cb259c75cdada0cc009d56 (diff) | |
download | u-boot-0e5d3e311189ca07aa7b5802deaff9861fc33574.tar.gz |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libfdt/fdt_region.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libfdt/fdt_region.c b/lib/libfdt/fdt_region.c index 70914a4e9b..054c4b302f 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) |