This doesn't need to be passed the devicetree anymore. Drop it. Also rename the function to drop the _fdt suffix.
Signed-off-by: Simon Glass <s...@chromium.org> --- drivers/core/root.c | 6 +++--- include/dm/root.h | 5 ++--- test/dm/test-fdt.c | 2 +- test/dm/test-main.c | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) Applied to u-boot-dm, thanks!