ppc: Check for compilers that don't support relocation
[platform/kernel/u-boot.git] / libfdt / libfdt_internal.h
index 46eb93e..d2dcbd6 100644 (file)
@@ -62,7 +62,6 @@
                        return err; \
        }
 
-uint32_t _fdt_next_tag(const void *fdt, int startoffset, int *nextoffset);
 int _fdt_check_node_offset(const void *fdt, int offset);
 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s);
 int _fdt_node_end_offset(void *fdt, int nodeoffset);