From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:37 +0000 Subject: [PATCH v4 15/42] dm: core: Drop device_get_by_driver_info() In-Reply-To: <20210315042553.1932494-5-sjg@chromium.org> References: <20210315042553.1932494-5-sjg@chromium.org> <20210315042553.1932494-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 function is now only used in a test. Drop it. Also drop DM_DRVINFO_GET() which was the only purpose for having the function. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3: - Drop DM_DRVINFO_GET() also drivers/core/device.c | 15 --------------- include/dm/device.h | 15 --------------- include/dm/platdata.h | 15 --------------- test/dm/of_platdata.c | 7 ++----- 4 files changed, 2 insertions(+), 50 deletions(-) Applied to u-boot-dm/next, thanks!