From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 1/4] include/stdio.h: drop serial_printf() declaration
Date: Mon, 21 Jul 2025 08:00:42 +0300 [thread overview]
Message-ID: <20250721050045.17310-2-antonynpavlov@gmail.com> (raw)
In-Reply-To: <20250721050045.17310-1-antonynpavlov@gmail.com>
The serial_printf() function was removed
in the commit af347d05abb8b69f ("svn_rev_380").
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
include/stdio.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/stdio.h b/include/stdio.h
index 50688feff4e..b4acc01bc39 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -10,10 +10,6 @@
/*
* STDIO based functions (can always be used)
*/
-
-/* serial stuff */
-void serial_printf(const char *fmt, ...) __printf(1, 2);
-
int sprintf(char *buf, const char *fmt, ...) __printf(2, 3);
int snprintf(char *buf, size_t size, const char *fmt, ...) __printf(3, 4);
int scnprintf(char *buf, size_t size, const char *fmt, ...) __printf(3, 4);
--
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 ` Antony Pavlov [this message]
2025-07-21 5:00 ` [PATCH 2/4] include/scsi.h: " Antony Pavlov
2025-07-21 5:00 ` [PATCH 3/4] include/of.h: drop of_parse_dtb() declaration Antony Pavlov
2025-07-21 5:00 ` [PATCH 4/4] include/driver.h: drop unused declarations 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-2-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