commit | 8ee05b5f903bdfb0c4c2d578fd0172ecb900e3e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 28 17:50:10 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:18 2020 -0700 |
tree | c186588e46e2aeec8608b8fa4d9f6ff3f2075ff1 | |
parent | 725e4fce61e5b8339fdc975b01ce7bb3dd9fa5f4 [diff] |
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>