Browse Source

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>
main
Kim Phillips 12 years ago committed by Jon Loeliger
parent
commit
38ad79d339
  1. 1
      tests/add_subnode_with_nops.c
  2. 1
      tests/appendprop1.c
  3. 1
      tests/appendprop2.c
  4. 1
      tests/asm_tree_dump.c
  5. 1
      tests/boot-cpuid.c
  6. 1
      tests/char_literal.c
  7. 1
      tests/del_node.c
  8. 1
      tests/del_property.c
  9. 1
      tests/dtb_reverse.c
  10. 1
      tests/dtbs_equal_ordered.c
  11. 1
      tests/dtbs_equal_unordered.c
  12. 2
      tests/dumptrees.c
  13. 1
      tests/extra-terminating-null.c
  14. 1
      tests/find_property.c
  15. 1
      tests/get_alias.c
  16. 1
      tests/get_mem_rsv.c
  17. 1
      tests/get_name.c
  18. 1
      tests/get_path.c
  19. 1
      tests/get_phandle.c
  20. 1
      tests/getprop.c
  21. 1
      tests/incbin.c
  22. 1
      tests/integer-expressions.c
  23. 1
      tests/mangle-layout.c
  24. 1
      tests/move_and_save.c
  25. 1
      tests/node_check_compatible.c
  26. 1
      tests/node_offset_by_compatible.c
  27. 1
      tests/node_offset_by_phandle.c
  28. 1
      tests/node_offset_by_prop_value.c
  29. 1
      tests/nop_node.c
  30. 1
      tests/nop_property.c
  31. 1
      tests/nopulate.c
  32. 1
      tests/notfound.c
  33. 1
      tests/open_pack.c
  34. 1
      tests/parent_offset.c
  35. 1
      tests/path-references.c
  36. 1
      tests/path_offset.c
  37. 1
      tests/path_offset_aliases.c
  38. 1
      tests/phandle_format.c
  39. 1
      tests/propname_escapes.c
  40. 1
      tests/references.c
  41. 1
      tests/root_node.c
  42. 1
      tests/rw_tree1.c
  43. 1
      tests/set_name.c
  44. 1
      tests/setprop.c
  45. 1
      tests/setprop_inplace.c
  46. 1
      tests/sized_cells.c
  47. 1
      tests/string_escapes.c
  48. 1
      tests/subnode_offset.c
  49. 1
      tests/supernode_atdepth_offset.c
  50. 1
      tests/sw_tree1.c
  51. 1
      tests/truncated_property.c
  52. 1
      tests/utilfdt_test.c
  53. 1
      tests/value-labels.c

1
tests/add_subnode_with_nops.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/appendprop1.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/appendprop2.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/asm_tree_dump.c

@ -26,7 +26,6 @@ @@ -26,7 +26,6 @@

#include <dlfcn.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/boot-cpuid.c

@ -21,7 +21,6 @@ @@ -21,7 +21,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/char_literal.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/del_node.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/del_property.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/dtb_reverse.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <stdint.h>
#include <limits.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/dtbs_equal_ordered.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/dtbs_equal_unordered.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <stdint.h>
#include <limits.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

2
tests/dumptrees.c

@ -25,9 +25,7 @@ @@ -25,9 +25,7 @@
#include <fcntl.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>
#include <libfdt_env.h>

#include "testdata.h"


1
tests/extra-terminating-null.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/find_property.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/get_alias.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/get_mem_rsv.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/get_name.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/get_path.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/get_phandle.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/getprop.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/incbin.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <stdint.h>
#include <errno.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/integer-expressions.c

@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
#include <errno.h>


#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/mangle-layout.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/move_and_save.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/node_check_compatible.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/node_offset_by_compatible.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/node_offset_by_phandle.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/node_offset_by_prop_value.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/nop_node.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/nop_property.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/nopulate.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/notfound.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/open_pack.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <limits.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/parent_offset.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/path-references.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/path_offset.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/path_offset_aliases.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/phandle_format.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/propname_escapes.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/references.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/root_node.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/rw_tree1.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/set_name.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/setprop.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/setprop_inplace.c

@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/sized_cells.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/string_escapes.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/subnode_offset.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/supernode_atdepth_offset.c

@ -22,7 +22,6 @@ @@ -22,7 +22,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/sw_tree1.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <ctype.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/truncated_property.c

@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
#include <string.h>
#include <stdint.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

1
tests/utilfdt_test.c

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include <stdint.h>
#include <stdarg.h>

#include <fdt.h>
#include <libfdt.h>
#include <util.h>


1
tests/value-labels.c

@ -26,7 +26,6 @@ @@ -26,7 +26,6 @@

#include <dlfcn.h>

#include <fdt.h>
#include <libfdt.h>

#include "tests.h"

Loading…
Cancel
Save