dtc/libfdt
David Gibson d5653618d2 libfdt: Forgot one function when cleaning the namespace
In commit b6d80a20fc, we renamed all
libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
chance of collisions with things from whatever package libfdt is
embedded in, pulled into the libfdt build via that environment's
libfdt_env.h.

Except... I missed one.  This patch applies the same treatment to
_stringlist_contains().  While we're at it, also make it static since
it's only used in the same file.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2008-07-31 10:37:20 -05:00
..
fdt.c libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
fdt.h Fix whitespace in libfdt/fdt.h 2007-11-28 09:44:27 -06:00
fdt_ro.c libfdt: Forgot one function when cleaning the namespace 2008-07-31 10:37:20 -05:00
fdt_rw.c libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
fdt_strerror.c libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
fdt_sw.c libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
fdt_wip.c libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
libfdt.h libfdt: Improve documentation in libfdt.h 2008-07-14 13:34:25 -05:00
libfdt_env.h dtc: Address an assortment of portability problems 2008-07-14 12:21:18 -05:00
libfdt_internal.h libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
Makefile.libfdt libfdt: Fix 'make install' target handling of .h files. 2008-07-23 12:12:34 -05:00
TODO dtc: Update TODO files 2007-12-19 08:20:26 -06:00