Re: [U-Boot] [PATCH 2/5] fdt_region: remove unneeded fdt_internal.h inclusion

2018-04-01 Thread Simon Glass
On 23 March 2018 at 22:30, Simon Glass  wrote:
> On 21 March 2018 at 03:03, Masahiro Yamada
>  wrote:
>> fdt_region.c does not depend on anything in libfdt_internal.h
>>
>> Signed-off-by: Masahiro Yamada 
>> ---
>>
>>  lib/libfdt/fdt_region.c | 2 --
>>  1 file changed, 2 deletions(-)
>
> Reviewed-by: Simon Glass 

Applied to u-boot-dm, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 2/5] fdt_region: remove unneeded fdt_internal.h inclusion

2018-03-23 Thread Simon Glass
On 21 March 2018 at 03:03, Masahiro Yamada
 wrote:
> fdt_region.c does not depend on anything in libfdt_internal.h
>
> Signed-off-by: Masahiro Yamada 
> ---
>
>  lib/libfdt/fdt_region.c | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 2/5] fdt_region: remove unneeded fdt_internal.h inclusion

2018-03-21 Thread Masahiro Yamada
fdt_region.c does not depend on anything in libfdt_internal.h

Signed-off-by: Masahiro Yamada 
---

 lib/libfdt/fdt_region.c | 2 --
 1 file changed, 2 deletions(-)

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)
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot