Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a771a3d2 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: include seq_file.h for sysfs.c



This patch includes seq_file.h to avoid compile error.

Signed-off-by: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 127a18bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 */
#include <linux/proc_fs.h>
#include <linux/f2fs_fs.h>
#include <linux/seq_file.h>

#include "f2fs.h"
#include "segment.h"