aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Hamilton <jonathan.hamilton@imgtec.com>2013-02-08 13:05:38 -0800
committerArve Hjønnevåg <arve@android.com>2013-04-29 14:43:21 -0700
commit62dbaa4069bc7460be5b40d3b7e87e4225fa6f6c (patch)
tree63909fbb5d0b901d55311996f935703ecc600225
parent5c06932b45022812760643e39b9dc6e34165bb74 (diff)
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>
-rw-r--r--include/linux/sync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sync.h b/include/linux/sync.h
index 38ea986dc70..5f493638148 100644
--- a/include/linux/sync.h
+++ b/include/linux/sync.h
@@ -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>