diff options
author | 2012-11-13 18:34:01 -0600 | |
---|---|---|
committer | 2013-01-06 15:48:51 -0600 | |
commit | 38ad79d33946590c862567c7cbdf25b5a46d8149 (patch) | |
tree | 7d6d5ec767ca8a718239452dea06278093401349 /tests/node_check_compatible.c | |
parent | 1c1efd69545a101d7181fc8e5df2b9a3545a58e8 (diff) |
dtc/tests: don't include fdt.h prior to libfdt.h
tests will need fdt type definitions provided in a subsequent patch
to libfdt_env.h. Since libfdt.h includes libfdt_env.h in the right
order anyway, just remove the fdt.h include.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/node_check_compatible.c')
-rw-r--r-- | tests/node_check_compatible.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/node_check_compatible.c b/tests/node_check_compatible.c index 23abbf5..4bdf091 100644 --- a/tests/node_check_compatible.c +++ b/tests/node_check_compatible.c @@ -23,7 +23,6 @@ #include <string.h> #include <stdint.h> -#include <fdt.h> #include <libfdt.h> #include "tests.h" |