]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Drop unused parameter from dm_extended_scan_fdt()
authorSimon Glass <sjg@chromium.org>
Sun, 29 Nov 2020 00:50:10 +0000 (17:50 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 13 Dec 2020 14:58:18 +0000 (07:58 -0700)
commitb9206de4a5d9595ca580cb8bd41a384be71faa8c
treec186588e46e2aeec8608b8fa4d9f6ff3f2075ff1
parent8ac207d889fc831776b38b3dd506d1378d80934f
dm: core: Drop unused parameter from dm_extended_scan_fdt()

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 <sjg@chromium.org>
drivers/core/root.c
include/dm/root.h
test/dm/test-fdt.c
test/dm/test-main.c