From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 24 Oct 2014 18:48:45 +0200 Subject: [U-Boot] [PATCH v2 03/11] fdt: Export the fdt_find_or_add_subnode() function In-Reply-To: <1414112337-22735-3-git-send-email-sjg@chromium.org> References: <1414112337-22735-1-git-send-email-sjg@chromium.org> <1414112337-22735-3-git-send-email-sjg@chromium.org> Message-ID: <20141024184845.122ed6a1@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 23 Oct 2014 18:58:49 -0600 Simon Glass wrote: > This function is useful for ensuring that a node exists. Export it so it > can be used more widely. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Leave function documentation hidden in the C file > > common/fdt_support.c | 6 +++--- > include/fdt_support.h | 2 ++ > 2 files changed, 5 insertions(+), 3 deletions(-) Acked-by: Anatolij Gustschin Thanks, Anatolij