summaryrefslogtreecommitdiff
path: root/tools/include/linux/seq_file.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-09-21 08:21:23 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-09-21 08:21:23 -0700
commitfb8b1b93eed0f5ddb2f9903c2de2d9de8b372e8f (patch)
tree38052390d261c3cd5bd894c95509d125cf7cf433 /tools/include/linux/seq_file.h
parent2af5acbaa74c91266457fa1494685729d6f9e540 (diff)
parent55122e0130e51eb71f5ec62d10525db0468f28e8 (diff)
downloadlinux-fb8b1b93eed0f5ddb2f9903c2de2d9de8b372e8f.tar.gz
linux-fb8b1b93eed0f5ddb2f9903c2de2d9de8b372e8f.tar.bz2
linux-fb8b1b93eed0f5ddb2f9903c2de2d9de8b372e8f.zip
Merge tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Pull memblock test fixes from Mike Rapoport: "Fix several compilation errors and warnings in memblock tests" * tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: memblock tests: fix warning ‘struct seq_file’ declared inside parameter list memblock tests: fix warning: "__ALIGN_KERNEL" redefined memblock tests: Fix compilation errors.
Diffstat (limited to 'tools/include/linux/seq_file.h')
-rw-r--r--tools/include/linux/seq_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/linux/seq_file.h b/tools/include/linux/seq_file.h
index 102fd9217f1f..f6bc226af0c1 100644
--- a/tools/include/linux/seq_file.h
+++ b/tools/include/linux/seq_file.h
@@ -1,4 +1,6 @@
#ifndef _TOOLS_INCLUDE_LINUX_SEQ_FILE_H
#define _TOOLS_INCLUDE_LINUX_SEQ_FILE_H
+struct seq_file;
+
#endif /* _TOOLS_INCLUDE_LINUX_SEQ_FILE_H */