[U-Boot] [PATCH v3 6/9] dm: core: Dont export dm_scan_fdt_node()
sjg at google.com
sjg at google.com
Thu May 18 16:01:19 UTC 2017
This function is only used in one place. It is better to just declare it
internally since there is a simpler replacement for use outside the
driver-model core code.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
drivers/core/root.c | 17 +++++++++++++++--
include/dm/root.h | 16 ----------------
2 files changed, 15 insertions(+), 18 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list