[Crosstoolchain-logs] [device-tree-compiler] 69/198: dtc/fdtdump: include libfdt_env.h prior to fdt.h

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit 20b866a7ce1651c4ca3f28cf380df66d9ed35719
Author: Kim Phillips <kim.phillips at freescale.com>
Date:   Tue Nov 13 18:34:09 2012 -0600

    dtc/fdtdump: include libfdt_env.h prior to fdt.h
    
    in order to get the upcoming fdt type definitions.
    
    Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
    Acked-by: David Gibson <david at gibson.dropbear.id.au>
---
 fdtdump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fdtdump.c b/fdtdump.c
index d4fa6d7..b2c5b37 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"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list