[GIT pull] timers/urgent for v6.16-rc1
From: Thomas Gleixner
Date: Sun Jun 08 2025 - 03:28:43 EST
Linus,
please pull the latest timers/urgent branch from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2025-06-08
up to: 434d7f9b0e24: timens: Add struct seq_file forward declaration
Add the missing seq_file forward declaration in the timer namespace header.
Thanks,
tglx
------------------>
Herbert Xu (1):
timens: Add struct seq_file forward declaration
include/linux/time_namespace.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/time_namespace.h b/include/linux/time_namespace.h
index 0b8b32bf0655..bb2c52f4fc94 100644
--- a/include/linux/time_namespace.h
+++ b/include/linux/time_namespace.h
@@ -12,6 +12,7 @@
struct user_namespace;
extern struct user_namespace init_user_ns;
+struct seq_file;
struct vm_area_struct;
struct timens_offsets {