Re: [U-Boot] [PATCH v3 02/18] fdt: Add header guard to fdtdec.h

2012-09-21 Thread Anatolij Gustschin
On Thu, 12 Jul 2012 08:25:02 -0700 Simon Glass s...@chromium.org wrote: This makes it easier to include this header from other headers. Signed-off-by: Simon Glass s...@chromium.org --- include/fdtdec.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Applied to

Re: [U-Boot] [PATCH v3 02/18] fdt: Add header guard to fdtdec.h

2012-07-19 Thread Mike Frysinger
On Thursday 12 July 2012 11:25:02 Simon Glass wrote: This makes it easier to include this header from other headers. Acked-by: Mike Frysinger vap...@gentoo.org --- a/include/fdtdec.h +++ b/include/fdtdec.h const u8 *fdtdec_locate_byte_array(const void *blob, int node,

[U-Boot] [PATCH v3 02/18] fdt: Add header guard to fdtdec.h

2012-07-12 Thread Simon Glass
This makes it easier to include this header from other headers. Signed-off-by: Simon Glass s...@chromium.org --- include/fdtdec.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/fdtdec.h b/include/fdtdec.h index fab577e..c30947a 100644 --- a/include/fdtdec.h