]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitaf65fcc5925641891aa3adf376a09dc814b2beca
treeefd233c97e9727df2d193de4ff90042046167789
parentb849dd2481a892e324c939421d9aca77777b7621
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