All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/4] dtc/fdtdump: include libfdt_env.h prior to fdt.h
@ 2012-11-14  0:34 Kim Phillips
       [not found] ` <20121113183409.bf360da33027fa6f2069dabe-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Kim Phillips @ 2012-11-14  0:34 UTC (permalink / raw)
  To: Jon Loeliger; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

in order to get the upcoming fdt type definitions.

Signed-off-by: Kim Phillips <kim.phillips-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
---
 fdtdump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fdtdump.c b/fdtdump.c
index 207a46d..8a7ae72 100644
--- a/fdtdump.c
+++ b/fdtdump.c
@@ -8,8 +8,8 @@
 #include <string.h>
 #include <ctype.h>
 
-#include <fdt.h>
 #include <libfdt_env.h>
+#include <fdt.h>
 
 #include "util.h"
 
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/4] dtc/fdtdump: include libfdt_env.h prior to fdt.h
       [not found] ` <20121113183409.bf360da33027fa6f2069dabe-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2012-11-14 10:21   ` David Gibson
  2013-01-06 21:50   ` Jon Loeliger
  1 sibling, 0 replies; 3+ messages in thread
From: David Gibson @ 2012-11-14 10:21 UTC (permalink / raw)
  To: Kim Phillips; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

On Tue, Nov 13, 2012 at 06:34:09PM -0600, Kim Phillips wrote:
> in order to get the upcoming fdt type definitions.
> 
> Signed-off-by: Kim Phillips <kim.phillips-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

Acked-by: David Gibson <david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org>

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/4] dtc/fdtdump: include libfdt_env.h prior to fdt.h
       [not found] ` <20121113183409.bf360da33027fa6f2069dabe-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  2012-11-14 10:21   ` David Gibson
@ 2013-01-06 21:50   ` Jon Loeliger
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Loeliger @ 2013-01-06 21:50 UTC (permalink / raw)
  To: Kim Phillips; +Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

> in order to get the upcoming fdt type definitions.
> 
> Signed-off-by: Kim Phillips <kim.phillips-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

Applied.

Thanks,
jdl

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-06 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-14  0:34 [PATCH 2/4] dtc/fdtdump: include libfdt_env.h prior to fdt.h Kim Phillips
     [not found] ` <20121113183409.bf360da33027fa6f2069dabe-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2012-11-14 10:21   ` David Gibson
2013-01-06 21:50   ` Jon Loeliger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.