]> git.dujemihanovic.xyz Git - u-boot.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)
commit9c503137b73534c3b5abb90691b4d9675b1cdead
treed9670836745e1b1f960985ad7a0edd262b111c8b
parent45ad176a7608c20162c4bc0895f2f31d0f773379
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