From: Jonathan Hamilton Date: Fri, 8 Feb 2013 21:05:38 +0000 (-0800) Subject: base: sync: Include seq_file.h in sync.h X-Git-Tag: firefly_0821_release~7549 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3ea639184bd351999ec5275e78a8f3ae9e49b7b8;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/include/linux/sync.h b/include/linux/sync.h index 38ea986dc70f..5f493638148d 100644 --- a/include/linux/sync.h +++ b/include/linux/sync.h @@ -19,6 +19,7 @@ #include #include #include +#include #include #include