base: sync: Include seq_file.h in sync.h
authorJonathan Hamilton <jonathan.hamilton@imgtec.com>
Fri, 8 Feb 2013 21:05:38 +0000 (13:05 -0800)
committer黄涛 <huangtao@rock-chips.com>
Fri, 22 Feb 2013 09:47:22 +0000 (17:47 +0800)
commit3ea639184bd351999ec5275e78a8f3ae9e49b7b8
tree12df2fcc4e9f5033eacd3c2f7757a60163eee1fd
parent6bb33fdfd5867a1c4fa40fce07d39703be4f523d
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>
include/linux/sync.h