浏览代码

f2fs: include seq_file.h for sysfs.c

This patch includes seq_file.h to avoid compile error.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Jaegeuk Kim 8 年之前
父节点
当前提交
299aa41a45
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/f2fs/sysfs.c

+ 1 - 0
fs/f2fs/sysfs.c

@@ -11,6 +11,7 @@
  */
  */
 #include <linux/proc_fs.h>
 #include <linux/proc_fs.h>
 #include <linux/f2fs_fs.h>
 #include <linux/f2fs_fs.h>
+#include <linux/seq_file.h>
 
 
 #include "f2fs.h"
 #include "f2fs.h"
 #include "segment.h"
 #include "segment.h"