summaryrefslogtreecommitdiff
path: root/include/linux/seq_file.h
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2026-02-11 12:14:35 +0300
committerPetr Mladek <pmladek@suse.com>2026-02-11 12:14:35 +0300
commit9abbecf408cba09d73d14f044e1bc12ab7776da0 (patch)
tree64c2eb801cbbb6a1c83d52e5fb5d568797a4536d /include/linux/seq_file.h
parent7a2c1b27cd6b853e924bb0bbcb01eb64fbb97875 (diff)
parentb07829d546c83134629591f02c5348d57cea0c1e (diff)
downloadlinux-9abbecf408cba09d73d14f044e1bc12ab7776da0.tar.xz
Merge branch 'for-6.20' into for-linus
Diffstat (limited to 'include/linux/seq_file.h')
-rw-r--r--include/linux/seq_file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/seq_file.h b/include/linux/seq_file.h
index d6ebf0596510..2fb266ea69fa 100644
--- a/include/linux/seq_file.h
+++ b/include/linux/seq_file.h
@@ -181,7 +181,6 @@ int seq_open_private(struct file *, const struct seq_operations *, int);
int seq_release_private(struct inode *, struct file *);
#ifdef CONFIG_BINARY_PRINTF
-__printf(2, 0)
void seq_bprintf(struct seq_file *m, const char *f, const u32 *binary);
#endif