common: fdt: Make fdt_del_subnodes/fdt_del_partition static
authorMichal Simek <michal.simek@xilinx.com>
Tue, 31 Jul 2018 12:31:04 +0000 (14:31 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 7 Aug 2018 09:03:43 +0000 (11:03 +0200)
commitcd1457d74ea42ded9817e9356fa5a79d3ba91d5a
treeefd233c97e9727df2d193de4ff90042046167789
parent642a86041228974c154dc7e250f3d1e0b8adf33f
common: fdt: Make fdt_del_subnodes/fdt_del_partition static

These functions are only called in this file that's why make them static
to keep static analysers happy.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c