Skip to content

Commit 4710eac

Browse files
committed
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
2 parents d9864e7 + 434d7f9 commit 4710eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/time_namespace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
struct user_namespace;
1313
extern struct user_namespace init_user_ns;
1414

15+
struct seq_file;
1516
struct vm_area_struct;
1617

1718
struct timens_offsets {

0 commit comments

Comments
 (0)