From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 3/4] include/of.h: drop of_parse_dtb() declaration
Date: Mon, 21 Jul 2025 08:00:44 +0300 [thread overview]
Message-ID: <20250721050045.17310-4-antonynpavlov@gmail.com> (raw)
In-Reply-To: <20250721050045.17310-1-antonynpavlov@gmail.com>
The of_parse_dtb() function was renamed in the commit
86e787e84565e6c08696450e9d14d066f3f76056
("of: rename of_parse_dtb to of_unflatten_dtb").
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
include/of.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/of.h b/include/of.h
index 2258cd501b7..f99f7763251 100644
--- a/include/of.h
+++ b/include/of.h
@@ -116,7 +116,6 @@ void of_print_nodes(struct device_node *node, int indent, unsigned maxpropsize);
void of_print_properties(struct device_node *node, unsigned maxpropsize);
int of_diff(struct device_node *a, struct device_node *b, int indent);
int of_probe(void);
-int of_parse_dtb(struct fdt_header *fdt);
struct device_node *of_unflatten_dtb(const void *fdt, int size);
struct device_node *of_unflatten_dtb_const(const void *infdt, int size);
--
2.45.2
next prev parent reply other threads:[~2025-07-21 5:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-21 5:00 [PATCH 0/4] drop unused declarations Antony Pavlov
2025-07-21 5:00 ` [PATCH 1/4] include/stdio.h: drop serial_printf() declaration Antony Pavlov
2025-07-21 5:00 ` [PATCH 2/4] include/scsi.h: drop unused declarations Antony Pavlov
2025-07-21 5:00 ` Antony Pavlov [this message]
2025-07-21 5:00 ` [PATCH 4/4] include/driver.h: " Antony Pavlov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250721050045.17310-4-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox