]> git.baikalelectronics.ru Git - uboot.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)
commit8f9da840fdcd53dedfe76a8c1de241e0e73baf54
tree8d35bd5f521f515995ec85d9276d39c917b7b6b2
parent6f2aeada3c836909bc1ccb4f6966303dbf683fab
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