]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Drop device_get_by_driver_info()
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:25 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:08 +0000 (17:03 +1300)
commit846892b74bc4affaee8cb9e01682cc469db5c73a
tree02717aec71fe74e14c6956a57454a61e1f10cff8
parent63ef2bd5a6896a83aecfe9bbf55fad7f89c6fb83
dm: core: Drop device_get_by_driver_info()

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@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/device.c
include/dm/device.h
include/dm/platdata.h
test/dm/of_platdata.c