
18 May
2017
18 May
'17
6:01 p.m.
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@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