mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
base: sync: Include seq_file.h in sync.h
sync.h uses struct seq_file in some function table prototypes. This causes compile failures when including the header in files that do not otherwise include seq_file.h Signed-off-by: Jonathan Hamilton <jonathan.hamilton@imgtec.com>
This commit is contained in:
parent
ab3801efc6
commit
d37806bb76
|
|
@ -19,6 +19,7 @@
|
|||
#include <linux/kref.h>
|
||||
#include <linux/ktime.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <linux/spinlock.h>
|
||||
#include <linux/wait.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user