libfdt: Add fdt_overlay_apply to the exported symbols

fdt_overlay_apply was not usable in the shared library. Export it to allow
its use.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
Maxime Ripard 2016-10-11 10:10:32 +02:00 committed by David Gibson
parent 804a9db90a
commit 5ce8634733
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ LIBFDT_1.2 {
fdt_size_cells;
fdt_stringlist_contains;
fdt_resize;
fdt_overlay_apply;

local:
*;