]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dm: remove superfluous comment for union ofnode_union
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 24 Jul 2020 16:39:43 +0000 (18:39 +0200)
committerSimon 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

index a0d3df77868434e7ae17df8a72ff5eee456a13fc..8df2facf99851d97b5fb76086c37355293c49061 100644 (file)
@@ -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;