projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c960a68
)
fdt_region: remove unneeded fdt_internal.h inclusion
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 21 Mar 2018 09:03:34 +0000
(18:03 +0900)
committer
Simon Glass
<sjg@chromium.org>
Sun, 1 Apr 2018 14:19:10 +0000
(22:19 +0800)
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>
lib/libfdt/fdt_region.c
patch
|
blob
|
history
diff --git
a/lib/libfdt/fdt_region.c
b/lib/libfdt/fdt_region.c
index 70914a4e9b6039e9b0fc308cbbd8232379b8bf5b..054c4b302f44a5facfeb51e6b2065051bdd07e38 100644
(file)
--- 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)