]> Git Repo - u-boot.git/commit
dm: core: Drop unused parameter from dm_extended_scan_fdt()
authorSimon Glass <[email protected]>
Sun, 29 Nov 2020 00:50:10 +0000 (17:50 -0700)
committerSimon Glass <[email protected]>
Sun, 13 Dec 2020 14:58:18 +0000 (07:58 -0700)
commit8ee05b5f903bdfb0c4c2d578fd0172ecb900e3e2
treec186588e46e2aeec8608b8fa4d9f6ff3f2075ff1
parent725e4fce61e5b8339fdc975b01ce7bb3dd9fa5f4
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 <[email protected]>
drivers/core/root.c
include/dm/root.h
test/dm/test-fdt.c
test/dm/test-main.c
This page took 0.035573 seconds and 4 git commands to generate.