diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-06-08 11:25:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-06-08 11:25:13 -0700 |
commit | 4710eacf8daef2c6bbb18fbad95ef60603b685ac (patch) | |
tree | 06412caa03e7c40a80dd5ab2132fec45ffd4138e | |
parent | d9864e7d151194b06c6cdbee8e69f0686238313a (diff) | |
parent | 434d7f9b0e24e1f0166d05f10881a8ab386845b7 (diff) | |
download | linux-4710eacf8daef2c6bbb18fbad95ef60603b685ac.tar.gz |
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 0b8b32bf065510..bb2c52f4fc9497 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 { |