Commit b743ba78ae4c7c6a6e08e623af824b6208f58019

Authored by Haicheng Li
Committed by Jaegeuk Kim
1 parent 6cac3759ce

f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry.

Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>

Showing 3 changed files with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -13,7 +13,6 @@
13 13  
14 14 #include <linux/fs.h>
15 15 #include <linux/backing-dev.h>
16   -#include <linux/proc_fs.h>
17 16 #include <linux/f2fs_fs.h>
18 17 #include <linux/blkdev.h>
19 18 #include <linux/debugfs.h>
... ... @@ -11,7 +11,6 @@
11 11 #include <linux/fs.h>
12 12 #include <linux/module.h>
13 13 #include <linux/backing-dev.h>
14   -#include <linux/proc_fs.h>
15 14 #include <linux/init.h>
16 15 #include <linux/f2fs_fs.h>
17 16 #include <linux/kthread.h>
... ... @@ -12,7 +12,6 @@
12 12 #include <linux/init.h>
13 13 #include <linux/fs.h>
14 14 #include <linux/statfs.h>
15   -#include <linux/proc_fs.h>
16 15 #include <linux/buffer_head.h>
17 16 #include <linux/backing-dev.h>
18 17 #include <linux/kthread.h>