[PATCH v4 15/42] dm: core: Drop device_get_by_driver_info()
Simon Glass
sjg at chromium.org
Wed Mar 17 02:28:37 CET 2021
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 <sjg at chromium.org>
---
(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!
More information about the U-Boot
mailing list