From: Heinrich Schuchardt Date: Fri, 24 Jul 2020 16:39:43 +0000 (+0200) Subject: dm: remove superfluous comment for union ofnode_union X-Git-Tag: v2025.01-rc5-pxa1908~2280^2 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=b9390ce51cb46f4b4acda320e7ea8e0bd120e4b8;p=u-boot.git dm: remove superfluous comment for union ofnode_union "future live tree" does not make sense anymore as we have CONFIG_OF_LIVE. Signed-off-by: Heinrich Schuchardt --- diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index a0d3df7786..8df2facf99 100644 --- 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;