commit | 84a42ae3668313e72b5056940f4f8e6f5c78e399 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:15 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 7519c168afe06675153cf320bd7d79654fa870ef | |
parent | f10643cf8a4ca006d1ad194e930cd292fd869d17 [diff] |
dm: core: Rename device node to indicate it is private To avoid having people accidentally access this member, add a trailing underscore. Also remove it when of-platdata is enabled, since it is not used. Signed-off-by: Simon Glass <sjg@chromium.org>