diff options
author | 2025-06-08 11:25:13 -0700 | |
---|---|---|
committer | 2025-06-08 11:25:13 -0700 | |
commit | 4710eacf8daef2c6bbb18fbad95ef60603b685ac (patch) | |
tree | 06412caa03e7c40a80dd5ab2132fec45ffd4138e | |
parent | Merge tag 'perf-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff) | |
parent | timens: Add struct seq_file forward declaration (diff) | |
download | linux-rng-4710eacf8daef2c6bbb18fbad95ef60603b685ac.tar.xz linux-rng-4710eacf8daef2c6bbb18fbad95ef60603b685ac.zip |
Merge tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Thomas Gleixner:
"Add the missing seq_file forward declaration in the timer namespace
header"
* tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
timens: Add struct seq_file forward declaration
-rw-r--r-- | include/linux/time_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |