Skip to content

Commit

Permalink
f2fs: include seq_file.h for sysfs.c
Browse files Browse the repository at this point in the history
This patch includes seq_file.h to avoid compile error.

Signed-off-by: Eric Biggers <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
  • Loading branch information
Jaegeuk Kim committed Jul 18, 2017
1 parent c925dc1 commit 299aa41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/f2fs/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 299aa41

Please sign in to comment.