[PATCH v2 11/18] dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
sjg at chromium.org
Mon Dec 28 17:26:00 CET 2020
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 at chromium.org>
---
(no changes since v1)
drivers/core/lists.c | 4 ++--
drivers/core/root.c | 4 ++--
include/dm/uclass.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list