commit | 69ea20eda6166e574dd48240efcb6967e412c27f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 22 19:30:23 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:40 2021 -0700 |
tree | d9670836745e1b1f960985ad7a0edd262b111c8b | |
parent | f03341f88efee54da207f5f1e68eaa91f6f7bd66 [diff] |
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>