From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 9 Dec 2020 16:26:34 -0800 Subject: [PATCH 11/11] dm: core: Drop unused parameter from dm_extended_scan_fdt() In-Reply-To: <20201129005011.2104545-2-sjg@chromium.org> References: <20201129005011.2104545-2-sjg@chromium.org> <20201129005011.2104545-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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!