summaryrefslogtreecommitdiff
path: root/tests/parent_offset.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2012-11-13 18:34:01 -0600
committerJon Loeliger <jdl@jdl.com>2013-01-06 15:48:51 -0600
commit38ad79d33946590c862567c7cbdf25b5a46d8149 (patch)
tree7d6d5ec767ca8a718239452dea06278093401349 /tests/parent_offset.c
parent1c1efd69545a101d7181fc8e5df2b9a3545a58e8 (diff)
downloaddtc-38ad79d33946590c862567c7cbdf25b5a46d8149.tar.gz
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/parent_offset.c')
-rw-r--r--tests/parent_offset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/parent_offset.c b/tests/parent_offset.c
index e7affcc..d4ab3cf 100644
--- a/tests/parent_offset.c
+++ b/tests/parent_offset.c
@@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>
-#include <fdt.h>
#include <libfdt.h>
#include "tests.h"