aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2017-07-13 17:45:21 -0700
committerMoyster <oysterized@gmail.com>2017-07-21 12:38:28 +0200
commitd784ce23151591d256cf84bd6d74a77c713ced99 (patch)
tree6e4213ea8abd39107a9b901570fb139ab6fa2631
parentbf3daba908853f9302858d263dc4df63b0da28a3 (diff)
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> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r--fs/f2fs/sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c
index 9adc202fc..71191d899 100644
--- a/fs/f2fs/sysfs.c
+++ b/fs/f2fs/sysfs.c
@@ -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"