
28 Dec
2020
28 Dec
'20
5:25 p.m.
These are supposed to be private to driver model, not accessed by any code outside. Add a trailing underscore to indicate this.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
drivers/core/device.c | 24 ++++++++++++------------ drivers/core/uclass.c | 4 ++-- include/dm/device.h | 29 +++++++++++++++++------------ include/dm/uclass.h | 4 ++-- 4 files changed, 33 insertions(+), 28 deletions(-)
Applied to u-boot-dm/next, thanks!