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:
Jonathan Hamilton 2013-02-08 13:05:38 -08:00
parent ab3801efc6
commit d37806bb76

View File

@ -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>