]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Use 'uclass_driver' for the uclass linker_list
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 02:30:23 +0000 (19:30 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commit2a833e59379a1cf35ff9625823dc02be6c56ed65
treed9670836745e1b1f960985ad7a0edd262b111c8b
parent486c076c11cec40f108572f4fb0926c7607777b3
dm: core: Use 'uclass_driver' for the uclass linker_list

At present the name 'uclass_driver' is used for the uclass linker list.
This does not follow the convention of using the struct name. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/lists.c
drivers/core/root.c
include/dm/uclass.h