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)
commit6ba46a0f21df1804e1c98334215ac57a495d9655
tree02717aec71fe74e14c6956a57454a61e1f10cff8
parent8813986dfde89ae2eab2a2315e1d23e4784c3d88
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