projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d31000
)
dm: remove superfluous comment for union ofnode_union
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 24 Jul 2020 16:39:43 +0000
(18:39 +0200)
committer
Simon Glass
<sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000
(19:30 -0600)
"future live tree" does not make sense anymore as we have CONFIG_OF_LIVE.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/dm/ofnode.h
patch
|
blob
|
history
diff --git
a/include/dm/ofnode.h
b/include/dm/ofnode.h
index a0d3df77868434e7ae17df8a72ff5eee456a13fc..8df2facf99851d97b5fb76086c37355293c49061 100644
(file)
--- a/
include/dm/ofnode.h
+++ b/
include/dm/ofnode.h
@@
-48,7
+48,7
@@
struct resource;
* is not a really a pointer to a node: it is an offset value. See above.
*/
typedef union ofnode_union {
- const struct device_node *np;
/* will be used for future live tree */
+ const struct device_node *np;
long of_offset;
} ofnode;