diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2012-11-13 18:34:01 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@jdl.com> | 2013-01-06 15:48:51 -0600 |
commit | 38ad79d33946590c862567c7cbdf25b5a46d8149 (patch) | |
tree | 7d6d5ec767ca8a718239452dea06278093401349 /tests/incbin.c | |
parent | 1c1efd69545a101d7181fc8e5df2b9a3545a58e8 (diff) | |
download | dtc-38ad79d33946590c862567c7cbdf25b5a46d8149.zip dtc-38ad79d33946590c862567c7cbdf25b5a46d8149.tar.gz dtc-38ad79d33946590c862567c7cbdf25b5a46d8149.tar.bz2 |
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/incbin.c')
-rw-r--r-- | tests/incbin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/incbin.c b/tests/incbin.c index 76d8626..4100ba0 100644 --- a/tests/incbin.c +++ b/tests/incbin.c @@ -23,7 +23,6 @@ #include <stdint.h> #include <errno.h> -#include <fdt.h> #include <libfdt.h> #include "tests.h" |