]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Rename the priv/plat members
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 02:30:30 +0000 (19:30 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commitfb8c9fb3fa422314d53516ba30f280be1e7216f9
tree8d35bd5f521f515995ec85d9276d39c917b7b6b2
parent89ba6d553572fe9177ae472170b8373e49f97953
dm: core: Rename the priv/plat members

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>
drivers/core/device.c
drivers/core/uclass.c
include/dm/device.h
include/dm/uclass.h